trealla: 2.80.8 -> 2.82.9 (#433607)

authored by Nick Cao and committed by GitHub aa999d64 0cbbd0b0

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