Skip to content

Commit e2a454e

Browse files
authored
trealla: 2.86.5 -> 2.86.10 (#468326)
2 parents 2f047a0 + cf05048 commit e2a454e

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.86.5";
26+
version = "2.86.10";
2727

2828
src = fetchFromGitHub {
2929
owner = "trealla-prolog";
3030
repo = "trealla";
3131
rev = "v${finalAttrs.version}";
32-
hash = "sha256-0r73id/Yy9CrLM56x66iJtzrC7WCC/VSA+rRKiz9cDk=";
32+
hash = "sha256-R/eaDkP3uQcaGMWfECyWpWeMoSBukXLrG6t+NT2bO50=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)