lol

Merge pull request #292457 from r-ryantm/auto-update/hyx

hyx: 2021.06.09 -> 2024.02.29

authored by

Franz Pletz and committed by
GitHub
2526f8ef 6faf6af7

+2 -2
+2 -2
pkgs/tools/text/hyx/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "hyx"; 5 - version = "2021.06.09"; 5 + version = "2024.02.29"; 6 6 7 7 src = fetchurl { 8 8 url = "https://yx7.cc/code/hyx/hyx-${lib.replaceStrings [ "-" ] [ "." ] version}.tar.xz"; 9 - sha256 = "sha256-jU8U5YWE1syPBOQ8o4BC7tIYiCo4kknCCwhnMCVtpes="; 9 + sha256 = "sha256-dufx3zsabeet7Rp0d60MIuNqisIQd6UgE7WDZYNHl3E="; 10 10 }; 11 11 12 12 postPatch = lib.optionalString stdenv.isDarwin ''