3
0
Fork 0
forked from mirrors/nixpkgs

txr: 287 -> 288

This commit is contained in:
R. Ryantm 2023-06-19 04:48:01 +00:00 committed by Anderson Torres
parent 54c2d3b8b8
commit 9c3d3e9057

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "txr";
version = "287";
version = "288";
src = fetchurl {
url = "http://www.kylheku.com/cgit/txr/snapshot/txr-${finalAttrs.version}.tar.bz2";
hash = "sha256-L0+H1NDdEkKzO4Xj6uPu0+CInbF+J8e1ta2rC2uDD1M=";
hash = "sha256-ieqBM9pnwWQHdpHAczCMXqYqpP0Zv6AfL2DsHiUnF/8=";
};
buildInputs = [ libffi ];