about summary refs log tree commit diff
path: root/pkgs/tools/text/hyx
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 22:58:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 22:58:13 +0000
commit89508a7f1fb5f22fec0c5f979b09a3786e8bc09f (patch)
treed00e3e7f70c5e0f92c6db82667a51cf290006664 /pkgs/tools/text/hyx
parent44c70a37071aff4360ff5453fb04e107680d1f70 (diff)
downloadnixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.tar
nixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.tar.gz
nixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.tar.bz2
nixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.tar.lz
nixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.tar.xz
nixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.tar.zst
nixlib-89508a7f1fb5f22fec0c5f979b09a3786e8bc09f.zip
hyx: 2021.06.09 -> 2024.02.29
Diffstat (limited to 'pkgs/tools/text/hyx')
-rw-r--r--pkgs/tools/text/hyx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/hyx/default.nix b/pkgs/tools/text/hyx/default.nix
index 28b4765ede4a..f599d067f094 100644
--- a/pkgs/tools/text/hyx/default.nix
+++ b/pkgs/tools/text/hyx/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "hyx";
-  version = "2021.06.09";
+  version = "2024.02.29";
 
   src = fetchurl {
     url = "https://yx7.cc/code/hyx/hyx-${lib.replaceStrings [ "-" ] [ "." ] version}.tar.xz";
-    sha256 = "sha256-jU8U5YWE1syPBOQ8o4BC7tIYiCo4kknCCwhnMCVtpes=";
+    sha256 = "sha256-dufx3zsabeet7Rp0d60MIuNqisIQd6UgE7WDZYNHl3E=";
   };
 
   postPatch = lib.optionalString stdenv.isDarwin ''