tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hurl: 1.3.1 -> 1.4.0
R. Ryantm
4 years ago
3c86dcdb
842a0d94
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
hurl
default.nix
+3
-3
pkgs/tools/networking/hurl/default.nix
···
12
12
13
13
rustPlatform.buildRustPackage rec {
14
14
pname = "hurl";
15
15
-
version = "1.3.1";
15
15
+
version = "1.4.0";
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "Orange-OpenSource";
19
19
repo = pname;
20
20
rev = version;
21
21
-
sha256 = "sha256-BmBqFJ64Nolq+eGZ5D3LQU3Ek2Gs+HpH/bptCQScbIg=";
21
21
+
sha256 = "sha256-oa9J51Y6Q0nPxA9SdsEZy7F6EopS5xuh1yWyTD21mGI=";
22
22
};
23
23
24
24
nativeBuildInputs = [
···
37
37
# Tests require network access to a test server
38
38
doCheck = false;
39
39
40
40
-
cargoSha256 = "sha256-tAg3xwmh7SjJsm9r5TnhXHIDLpUQpz3YDS6gWxFgps4=";
40
40
+
cargoSha256 = "sha256-CwChbp6Un9tgJu1vtfhcFclpbvGANLLEX3lwtTQPuSg=";
41
41
42
42
postInstall = ''
43
43
python ci/gen_manpage.py docs/hurl.md > hurl.1