11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-4y5gpkQB0U6Yq92O6DDD5eq/i/36l/VfeyiE//pcZOk=";
22 cargoHash = "sha256-96eUCg0mzgUFLOKxpwRfzj1jH2Z+aDohBTztvRVWln0=";
24 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
28 OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";
29 OPENSSL_DIR = "${lib.getDev openssl}";
32 lib.optionals stdenv.hostPlatform.isLinux [
35 ++ lib.optionals stdenv.hostPlatform.isDarwin [
40 description = "HTTP load testing application inspired by Ansible syntax";
41 homepage = "https://github.com/fcsonline/drill";
42 license = licenses.gpl3Only;
43 maintainers = with maintainers; [ Br1ght0ne ];
44 mainProgram = "drill";