tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xh: 0.21.0 -> 0.22.0
R. Ryantm
2 years ago
d3ea189a
76e0e59b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
xh
default.nix
+3
-3
pkgs/tools/networking/xh/default.nix
···
11
11
12
12
rustPlatform.buildRustPackage rec {
13
13
pname = "xh";
14
14
-
version = "0.21.0";
14
14
+
version = "0.22.0";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "ducaale";
18
18
repo = "xh";
19
19
rev = "v${version}";
20
20
-
sha256 = "sha256-nsxXNlDycn7W7X+AthYCFQu8i2bEPQv7r2LCbc3gFrE=";
20
20
+
sha256 = "sha256-hppfBiWJAsJXh6eERh4RYTmSOCNlxy2BcilRM6oafjk=";
21
21
};
22
22
23
23
-
cargoHash = "sha256-THj8tE12P/K+t/R1xUxo042FIX6JP3riCvm2a8zVEzw=";
23
23
+
cargoHash = "sha256-pyOcrc8F+rdYWQtOEP6RZpaKeaMGNvc6eqFOVeBzK4k=";
24
24
25
25
buildFeatures = lib.optional withNativeTls "native-tls";
26
26