txr: 289 -> 291

This commit is contained in:
R. Ryantm 2023-08-24 05:49:18 +00:00 committed by Anderson Torres
parent d7087a61ae
commit 032324fd20

View file

@ -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 ];