txr: 301 -> 302

This commit is contained in:
R. Ryantm
2025-07-20 12:40:54 +00:00
parent c7e2e632fd
commit af21fbd516
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "txr";
version = "301";
version = "302";
src = fetchurl {
url = "https://www.kylheku.com/cgit/txr/snapshot/txr-${finalAttrs.version}.tar.bz2";
hash = "sha256-n0irroNVb5UICjspaASO6IGs+zfiD3gK6LyLA+Bppiw=";
hash = "sha256-8N4BLtYiGOBJ0Jo5rmqTh1mNjqwSp8LX2dkGwnw271Q=";
};
buildInputs = [ libffi ];