We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddff326 + f2031a5 commit 9f46f57Copy full SHA for 9f46f57
pkgs/by-name/tr/trealla/package.nix
@@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [
23
];
24
stdenv.mkDerivation (finalAttrs: {
25
pname = "trealla";
26
- version = "2.63.10";
+ version = "2.63.11";
27
28
src = fetchFromGitHub {
29
owner = "trealla-prolog";
30
repo = "trealla";
31
rev = "v${finalAttrs.version}";
32
- hash = "sha256-LGikCupqzUZ2CG63c8aEeJHX+8nNMUaaYzAGQC+YHqM=";
+ hash = "sha256-3Z8LML2BTHAaNEg65YqYg0HyLNG1HwHpztGfSY1VGyw=";
33
};
34
35
postPatch = ''
0 commit comments