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