1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "fullstorydev";
11 sha256 = "sha256-OVlFOZD4+ZXRKl0Q0Dh5Etij/zeB1jTGoY8n13AyLa4=";
14 subPackages = [ "cmd/grpcurl" ];
16 vendorHash = "sha256-KsPrJC4hGrGEny8wVWE1EG00qn+b1Rrvh4qK27VzgLU=";
18 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
21 description = "Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers";
22 homepage = "https://github.com/fullstorydev/grpcurl";
23 license = licenses.mit;
24 maintainers = with maintainers; [ knl ];
25 mainProgram = "grpcurl";