about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 05:49:18 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-24 09:12:10 +0000
commit032324fd20e3be4124ffefd00da5bd66b0550e8c (patch)
tree1cf9fd88e0dc638fb027710f0f6285d64dfc6cf3 /pkgs
parentd7087a61ae28a52794aa8b512311467476b29a51 (diff)
txr: 289 -> 291
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/txr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/txr/default.nix b/pkgs/tools/text/txr/default.nix
index 2b9c306406a80..dceedbdc51019 100644
--- a/pkgs/tools/text/txr/default.nix
+++ b/pkgs/tools/text/txr/default.nix
@@ -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 ];