trealla: 2.63.40 -> 2.64.4 (#388998)

authored by Nick Cao and committed by GitHub 918d8312 5d87f7dc

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