From f5d28da11e501d250ae77d073fdf13853eec247b Mon Sep 17 00:00:00 2001 From: 2kybe3 Date: Mon, 27 Apr 2026 13:28:30 +0200 Subject: [PATCH] hurl: 7.1.0 -> 8.0.1 Diff: https://github.com/Orange-OpenSource/hurl/compare/7.1.0...8.0.1 Changelogs: - https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.0 - https://github.com/Orange-OpenSource/hurl/releases/tag/8.0.1 --- doc/release-notes/rl-2611.section.md | 2 +- pkgs/by-name/hu/hurl/package.nix | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/release-notes/rl-2611.section.md b/doc/release-notes/rl-2611.section.md index 6f2246688d21..4031c7747a72 100644 --- a/doc/release-notes/rl-2611.section.md +++ b/doc/release-notes/rl-2611.section.md @@ -10,7 +10,7 @@ -- 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} diff --git a/pkgs/by-name/hu/hurl/package.nix b/pkgs/by-name/hu/hurl/package.nix index 83b0097fd1d6..9d1b35ac427c 100644 --- a/pkgs/by-name/hu/hurl/package.nix +++ b/pkgs/by-name/hu/hurl/package.nix @@ -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