Merge pull request #182321 from fabaff/slowhttptest-bump

slowhttptest: 1.8.2 -> 1.9.0
This commit is contained in:
Fabian Affolter
2022-07-23 15:54:42 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "slowhttptest";
version = "1.8.2";
version = "1.9.0";
src = fetchFromGitHub {
owner = "shekyan";
repo = pname;
rev = "v${version}";
sha256 = "1xv2j3hl4zj0s2cxcsvlwgridh9ap4g84g7c4918d03id15wydcx";
sha256 = "sha256-rIvd3LykVAbDXtFWZ1EQ+QKeALzqwK6pq7In0BsCOFo=";
};
buildInputs = [ openssl ];