Merge pull request #136876 from r-ryantm/auto-update/hurl

hurl: 1.2.0 -> 1.3.0
This commit is contained in:
Jörg Thalheim 2021-09-06 13:29:17 +01:00 committed by GitHub
commit 0efeddc9b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "hurl"; pname = "hurl";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Orange-OpenSource"; owner = "Orange-OpenSource";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0hbyqj794pvvfrg6jgz63mih73bnmnvgmwbv705c2238w7wsgk9w"; sha256 = "sha256-bAUuNKaS0BQ31GxTd8C2EVZiD8ryevFBOfxLCq6Ccz4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
# Tests require network access to a test server # Tests require network access to a test server
doCheck = false; doCheck = false;
cargoSha256 = "09ndgm6kmqwdz7yn2rqxk5xr1qkai87zm1k138cng4wq135c3w6g"; cargoSha256 = "sha256-dc1hu5vv2y4S1sskO7YN7bm+l2j5Jp5xOLMvXzX8Ago=";
meta = with lib; { meta = with lib; {
description = "Command line tool that performs HTTP requests defined in a simple plain text format."; description = "Command line tool that performs HTTP requests defined in a simple plain text format.";