Skip to content

Commit 2b6babd

Browse files
authoredMar 19, 2025
hurl: 6.0.0 -> 6.1.0 (#389331)
2 parents 7fdcf46 + e344835 commit 2b6babd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/hu/hurl/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "hurl";
15-
version = "6.0.0";
15+
version = "6.1.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "Orange-OpenSource";
1919
repo = "hurl";
2020
tag = version;
21-
hash = "sha256-zrZWYnXUuzf2cS3n56/hWDvyXVM4Y/34SOlMPrtAhJo=";
21+
hash = "sha256-fj9OKS8IFKbxwzjhnta44hAXPy90fBOAV35K13YtaOs=";
2222
};
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-sq0m6wkryfmthkPHMY0ZOXNhdNKnnsPLa/6tTsuWCS0=";
25+
cargoHash = "sha256-aGj/vQCf1nBLmQYYxdR8437irLP+3W3z0F8tyVTrKZk=";
2626

2727
nativeBuildInputs = [
2828
pkg-config

0 commit comments

Comments
 (0)
Failed to load comments.