trealla: 2.28.12 -> 2.29.36

This commit is contained in:
R. Ryantm 2023-10-21 04:25:09 +00:00 committed by Anderson Torres
parent 2585eeed47
commit fba68a9b96

@ -17,13 +17,13 @@
assert lib.elem lineEditingLibrary [ "isocline" "readline" ];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.28.12";
version = "2.29.36";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-uWCpCjYFtK2pNeHHZWhWI6YZ+cllQpkKz//nHracl5s=";
hash = "sha256-tQp2DOBW71Wm1aQqspW9tuH8aM8ir+ilZiENdElB/+0=";
};
postPatch = ''