10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-4y5gpkQB0U6Yq92O6DDD5eq/i/36l/VfeyiE//pcZOk=";
21 cargoHash = "sha256-96eUCg0mzgUFLOKxpwRfzj1jH2Z+aDohBTztvRVWln0=";
23 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [
27 OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";
28 OPENSSL_DIR="${lib.getDev openssl}";
30 buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
32 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
37 description = "HTTP load testing application inspired by Ansible syntax";
38 homepage = "https://github.com/fcsonline/drill";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ Br1ght0ne ];
41 mainProgram = "drill";