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

txr: 292 -> 293
This commit is contained in:
Weijia Wang 2024-01-03 02:16:54 +01:00 committed by GitHub
commit cba7e96ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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