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 2f047a0 + cf05048 commit e2a454eCopy full SHA for e2a454e
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.86.5";
+ version = "2.86.10";
27
28
src = fetchFromGitHub {
29
owner = "trealla-prolog";
30
repo = "trealla";
31
rev = "v${finalAttrs.version}";
32
- hash = "sha256-0r73id/Yy9CrLM56x66iJtzrC7WCC/VSA+rRKiz9cDk=";
+ hash = "sha256-R/eaDkP3uQcaGMWfECyWpWeMoSBukXLrG6t+NT2bO50=";
33
};
34
35
postPatch = ''
0 commit comments