trealla: 2.84.29 -> 2.85.9

This commit is contained in:
R. Ryantm
2025-11-23 10:06:13 +00:00
parent 4b7db3f5d0
commit 34f2e59d09
+2 -2
View File
@@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
];
stdenv.mkDerivation (finalAttrs: {
pname = "trealla";
version = "2.84.29";
version = "2.85.9";
src = fetchFromGitHub {
owner = "trealla-prolog";
repo = "trealla";
rev = "v${finalAttrs.version}";
hash = "sha256-RPkokiSlVHsXj98RbjRTOx1TS350epTd3DDVf4ObMMI=";
hash = "sha256-RBHak1YAUUV0Kb3CejEXh49WDDAaBpxavOUqELRVdrs=";
};
postPatch = ''