1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-eZ61LIDMv+G7jnSrEFCsm6MP5+BpzJW+OnI9bqAZ5hw=";
14 vendorSha256 = "sha256-5U/YqqNfZfLZLEwuRh4mXACr9Gj7iOrLQRSLC/b8ZRw=";
16 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
19 homepage = "https://github.com/rogerwelin/cassowary";
20 description = "Modern cross-platform HTTP load-testing tool written in Go";
21 license = licenses.mit;
22 maintainers = with maintainers; [ hugoreeves ];
23 platforms = platforms.unix;