lol

hurl: 6.1.1 -> 7.0.0

* hurl: hurl-0.6.1.1 -> hurl-7.0.0 https://github.com/Orange-OpenSource/hurl/releases/tag/7.0.0 , removed patch for 6.1.1

* hurl: added/removed neccessary libraries for hurl-7.0.0

authored by

Zach and committed by
GitHub
9e5682b1 6947fe2b

+4 -14
+4 -14
pkgs/by-name/hu/hurl/package.nix
··· 2 2 lib, 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 - fetchpatch2, 6 5 pkg-config, 7 6 installShellFiles, 8 7 libxml2, ··· 13 12 14 13 rustPlatform.buildRustPackage rec { 15 14 pname = "hurl"; 16 - version = "6.1.1"; 15 + version = "7.0.0"; 17 16 18 17 src = fetchFromGitHub { 19 18 owner = "Orange-OpenSource"; 20 19 repo = "hurl"; 21 20 tag = version; 22 - hash = "sha256-NtvBw8Nb2eZN0rjVL/LPyIdY5hBJGnz/cDun6VvwYZE="; 21 + hash = "sha256-dmPXI2RHEi/wcdVVwBRtBgNXyBXFnm44236pqYjxgBs="; 23 22 }; 24 23 25 - cargoHash = "sha256-WyNActmsHpr5fgN1a3X9ApEACWFVJMVoi4fBvKhGgZ0="; 26 - 27 - patches = [ 28 - # Fix build with libxml-2.14, remove after next hurl release 29 - # https://github.com/Orange-OpenSource/hurl/pull/3977 30 - (fetchpatch2 { 31 - name = "fix-libxml_2_14"; 32 - url = "https://github.com/Orange-OpenSource/hurl/commit/7c7b410c3017aeab0dfc74a6144e4cb8e186a10a.patch?full_index=1"; 33 - hash = "sha256-XjnCRIMwzfgUMIhm6pQ90pzA+c2U0EuhyvLUZDsI2GI="; 34 - }) 35 - ]; 24 + cargoHash = "sha256-1bZaSdMJe39cDEOoqW82zS5NvOlZDGe1ia56BjXddyc="; 36 25 37 26 nativeBuildInputs = [ 38 27 pkg-config 39 28 installShellFiles 29 + rustPlatform.bindgenHook 40 30 ]; 41 31 42 32 buildInputs = [