10 rev = "03ca49e9b419c106db29d687827c4c823d8b8ece";
12 src = fetchFromGitHub {
16 hash = "sha256-nTtQ/BB5rU+0k4dPRCmukCRNI0iFTjHIJiSTN0cNR+Q=";
19 vendorHash = "sha256-0Ho1HYckFHaWEE6Ti3fIL/t0hBj5MnKOd4fOZx+LYiE=";
21 subPackages = [ "." ];
24 (lib.mapAttrsToList (n: v: "-X main.${n}=${v}") {
27 Date = "1970-01-01T00:00:00Z";
32 "-extldflags '-static'"
36 description = "Versatile HTTP load testing tool";
38 Vegeta is a versatile HTTP load testing tool built out of a need to drill
39 HTTP services with a constant request rate. It can be used both as a
40 command line utility and a library.
42 homepage = "https://github.com/tsenart/vegeta/";
43 changelog = "https://github.com/tsenart/vegeta/releases/tag/${src.rev}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ mmahut ];
46 mainProgram = "vegeta";