Merge pull request #297064 from r-ryantm/auto-update/txr

txr: 293 -> 294
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-19 14:59:28 +00:00 committed by GitHub
commit 5171ed6431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "txr";
version = "293";
version = "294";
src = fetchurl {
url = "https://www.kylheku.com/cgit/txr/snapshot/txr-${finalAttrs.version}.tar.bz2";
hash = "sha256-b8Ia5zMvmPl681rTyhgI0AQ8TIU4TE5768/Oln42+lw=";
hash = "sha256-QdkN4FwobGRPQNQGcHC62Wi5hwQqsgyLo9etYYEfqDc=";
};
buildInputs = [ libffi ];