slowhttptest: 1.8.2 -> 1.9.0

This commit is contained in:
Fabian Affolter 2022-07-21 11:06:25 +02:00
parent 55bd770662
commit f18b419aa1

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "slowhttptest"; pname = "slowhttptest";
version = "1.8.2"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shekyan"; owner = "shekyan";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1xv2j3hl4zj0s2cxcsvlwgridh9ap4g84g7c4918d03id15wydcx"; sha256 = "sha256-rIvd3LykVAbDXtFWZ1EQ+QKeALzqwK6pq7In0BsCOFo=";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];