Skip to content

Commit 9f46f57

Browse files
trealla: 2.63.10 -> 2.63.11 (#371159)
Co-authored-by: AndersonTorres <[email protected]>
2 parents ddff326 + f2031a5 commit 9f46f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tr/trealla/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
2323
];
2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "trealla";
26-
version = "2.63.10";
26+
version = "2.63.11";
2727

2828
src = fetchFromGitHub {
2929
owner = "trealla-prolog";
3030
repo = "trealla";
3131
rev = "v${finalAttrs.version}";
32-
hash = "sha256-LGikCupqzUZ2CG63c8aEeJHX+8nNMUaaYzAGQC+YHqM=";
32+
hash = "sha256-3Z8LML2BTHAaNEg65YqYg0HyLNG1HwHpztGfSY1VGyw=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)