txr: 289 -> 291
This commit is contained in:
parent
d7087a61ae
commit
032324fd20
@ -7,11 +7,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "txr";
|
||||
version = "289";
|
||||
version = "291";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.kylheku.com/cgit/txr/snapshot/txr-${finalAttrs.version}.tar.bz2";
|
||||
hash = "sha256-1m3QXY1qlVMFpehAYifHkDNQ4hAlO45/6+bbpbMAo3M=";
|
||||
hash = "sha256-Btk3PanJa6hyoM+hfQq+EhIMaL2edyhfxx96Kpy+aaA=";
|
||||
};
|
||||
|
||||
buildInputs = [ libffi ];
|
||||
|
Loading…
Reference in New Issue
Block a user