figsoda 2023-02-02 11:43:59 -05:00
parent c11c55dd08
commit 491510f2d6

View file

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "hurl";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "Orange-OpenSource";
repo = pname;
rev = version;
sha256 = "sha256-CQDyIGUIijNphOVo+aYZ7SqkxE4md9+H3D/g7jdqV+M=";
sha256 = "sha256-sY2bSCcC+mMuYqLmh+oH76nqg/ybh/nyz3trNH2xPQM=";
};
nativeBuildInputs = [
@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
# Tests require network access to a test server
doCheck = false;
cargoSha256 = "sha256-wNiEULv+0WlZruxibcKqsw4Ym3retwjoGKXxzACcEeA=";
cargoSha256 = "sha256-Zv7TTQw4UcuQBhEdjD5nwcE1LonUHLUFf9BVhRWWuDo=";
postInstall = ''
installManPage docs/manual/hurl.1 docs/manual/hurlfmt.1