hurl: 5.0.1 -> 6.0.0

This commit is contained in:
R. Ryantm
2024-12-05 01:59:05 +00:00
parent 895a4c7714
commit 5fbd8b3558
+3 -3
View File
@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "hurl";
version = "5.0.1";
version = "6.0.0";
src = fetchFromGitHub {
owner = "Orange-OpenSource";
repo = "hurl";
rev = "refs/tags/${version}";
hash = "sha256-+GmIKxD5wHovhKXuV2IbDX43gbD8OxJzWvH3Z0MwwV4=";
hash = "sha256-zrZWYnXUuzf2cS3n56/hWDvyXVM4Y/34SOlMPrtAhJo=";
};
cargoHash = "sha256-exAEJhHm7zTzXykkLyz46C0GJ7/7HYEwdfCd8zUDZ/A=";
cargoHash = "sha256-IuxTuIU9/6BpAXXunJ1Jjz3FPYRVPFNQhBqVAzMjNro=";
nativeBuildInputs = [
pkg-config