8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-c4NWkQ/QvlUo1YoV2s7rWB6wQskAP5Qp1WVM23wvV3c=";
19 cargoHash = "sha256-Wu1mm+yJw2SddddxC5NfnMWLr+dplnRxH3AJ1/mTAKM=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
26 description = "Lightweight slowloris (HTTP DoS) tool";
27 homepage = "https://github.com/MJVL/slowlorust";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];
30 mainProgram = "slowlorust";