hurl: 7.1.0 -> 8.0.1 (#513991)

This commit is contained in:
Felix Bargfeldt
2026-05-24 17:00:22 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- Create the first release note entry in this section!
- `hurl` has been updated to `8.x.x` which has some breaking changes. See [upstream changelog](https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.0) for details.
## Other Notable Changes {#sec-nixpkgs-release-26.11-notable-changes}

View File

@@ -13,16 +13,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hurl";
version = "7.1.0";
version = "8.0.1";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Orange-OpenSource";
repo = "hurl";
tag = finalAttrs.version;
hash = "sha256-ZKTlS+J+43cqB0O5BAqvGwB9ZXfiOunOVB4hH6t2NxI=";
hash = "sha256-DVxY7vjZpcqptq/4CUxo5WX7+Bf9o/sxGobZ7+BMXHM=";
};
cargoHash = "sha256-ZfkOh/sZb0OrA/f5v1mwZ23XuArTAoAcs3evmtAElf4=";
cargoHash = "sha256-rBn14XK1DrwRfe4Mo0aezF4lLhQf4PtsRYkuM1wcZXU=";
nativeBuildInputs = [
pkg-config