about summary refs log tree commit diff
path: root/pkgs/tools/security/slowhttptest
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-07-21 11:06:25 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-07-21 11:06:25 +0200
commitf18b419aa1ce0da1a01e0b1549aa310acddf200c (patch)
tree32daa58e12b08b8b31e92edb50431364ca75e526 /pkgs/tools/security/slowhttptest
parent55bd7706622c05ca3f535e5b972b6605536bb4af (diff)
slowhttptest: 1.8.2 -> 1.9.0
Diffstat (limited to 'pkgs/tools/security/slowhttptest')
-rw-r--r--pkgs/tools/security/slowhttptest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/slowhttptest/default.nix b/pkgs/tools/security/slowhttptest/default.nix
index 5dce5d5439ac9..b4c2b0efeec3b 100644
--- a/pkgs/tools/security/slowhttptest/default.nix
+++ b/pkgs/tools/security/slowhttptest/default.nix
@@ -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 ];