about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-03-06 17:54:24 +0100
committerGitHub <noreply@github.com>2024-03-06 17:54:24 +0100
commit2526f8efa78a87f86b918fb59452803b56b4f350 (patch)
tree294f818ddde30fdf9dbb7ebc3f5bf4716ba4f839 /pkgs/tools/text
parent6faf6af71a7cb1265084b6e91a7e7cabb03eaee6 (diff)
parent89508a7f1fb5f22fec0c5f979b09a3786e8bc09f (diff)
Merge pull request #292457 from r-ryantm/auto-update/hyx
hyx: 2021.06.09 -> 2024.02.29
Diffstat (limited to 'pkgs/tools/text')
-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 28b4765ede4a7..f599d067f094c 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 ''