7 stdenv.mkDerivation rec {
8 pname = "slowhttptest";
11 src = fetchFromGitHub {
15 sha256 = "sha256-rIvd3LykVAbDXtFWZ1EQ+QKeALzqwK6pq7In0BsCOFo=";
18 buildInputs = [ openssl ];
21 description = "Application Layer DoS attack simulator";
22 homepage = "https://github.com/shekyan/slowhttptest";
23 license = with licenses; [ asl20 ];
24 maintainers = with maintainers; [ fab ];
25 mainProgram = "slowhttptest";