txr: 296 -> 297 (#365750)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-17 16:56:27 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "txr";
version = "296";
version = "297";
src = fetchurl {
url = "https://www.kylheku.com/cgit/txr/snapshot/txr-${finalAttrs.version}.tar.bz2";
hash = "sha256-dT50wfEcEJpSNYVrXlgAkSuCZ+CCV6GibxfnTv1cKRc=";
hash = "sha256-S+0EryX+6AhQ6WjaSHYtLACkWk+pr9t9EqDkTPYlE4k=";
};
buildInputs = [ libffi ];