Skip to content

Commit 68d4902

Browse files
committed
txr: 296 -> 297
1 parent a31f38a commit 68d4902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tx/txr/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "txr";
11-
version = "296";
11+
version = "297";
1212

1313
src = fetchurl {
1414
url = "https://www.kylheku.com/cgit/txr/snapshot/txr-${finalAttrs.version}.tar.bz2";
15-
hash = "sha256-dT50wfEcEJpSNYVrXlgAkSuCZ+CCV6GibxfnTv1cKRc=";
15+
hash = "sha256-S+0EryX+6AhQ6WjaSHYtLACkWk+pr9t9EqDkTPYlE4k=";
1616
};
1717

1818
buildInputs = [ libffi ];

0 commit comments

Comments
 (0)