hurl: 1.3.1 -> 1.4.0

+3 -3
+3 -3
pkgs/tools/networking/hurl/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "hurl"; 15 - version = "1.3.1"; 15 + version = "1.4.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "Orange-OpenSource"; 19 19 repo = pname; 20 20 rev = version; 21 - sha256 = "sha256-BmBqFJ64Nolq+eGZ5D3LQU3Ek2Gs+HpH/bptCQScbIg="; 21 + sha256 = "sha256-oa9J51Y6Q0nPxA9SdsEZy7F6EopS5xuh1yWyTD21mGI="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ ··· 37 37 # Tests require network access to a test server 38 38 doCheck = false; 39 39 40 - cargoSha256 = "sha256-tAg3xwmh7SjJsm9r5TnhXHIDLpUQpz3YDS6gWxFgps4="; 40 + cargoSha256 = "sha256-CwChbp6Un9tgJu1vtfhcFclpbvGANLLEX3lwtTQPuSg="; 41 41 42 42 postInstall = '' 43 43 python ci/gen_manpage.py docs/hurl.md > hurl.1