tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hyx: 2020-06-09 -> 2021.06.09
R. Ryantm
4 years ago
90bc2ec5
9f329731
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
hyx
default.nix
+2
-2
pkgs/tools/text/hyx/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "hyx";
5
5
-
version = "2020-06-09";
5
5
+
version = "2021.06.09";
6
6
7
7
src = fetchurl {
8
8
url = "https://yx7.cc/code/hyx/hyx-${lib.replaceStrings [ "-" ] [ "." ] version}.tar.xz";
9
9
-
sha256 = "1x8dmll93hrnj24kn5knpwj36y6r1v2ygwynpjwrg2hwd4c1a8hi";
9
9
+
sha256 = "sha256-jU8U5YWE1syPBOQ8o4BC7tIYiCo4kknCCwhnMCVtpes=";
10
10
};
11
11
12
12
postPatch = lib.optionalString stdenv.isDarwin ''