lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

trealla: 2.63.35 -> 2.63.40 (#385379)

authored by

Nick Cao and committed by
GitHub
2569d933 9dc6b057

+2 -2
+2 -2
pkgs/by-name/tr/trealla/package.nix
··· 23 23 ]; 24 24 stdenv.mkDerivation (finalAttrs: { 25 25 pname = "trealla"; 26 - version = "2.63.35"; 26 + version = "2.63.40"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "trealla-prolog"; 30 30 repo = "trealla"; 31 31 rev = "v${finalAttrs.version}"; 32 - hash = "sha256-7mdA6p4jalxVmL89mE3WB0wgOZPADOhvZ6P8wijGFt0="; 32 + hash = "sha256-nBcvXU5TQ+5A0v9zzh7H5yDVKj6FR9PxFMQsMVfYHHs="; 33 33 }; 34 34 35 35 postPatch = ''