grpcurl: 1.8.9 -> 1.9.1

This commit is contained in:
R. Ryantm 2024-04-11 00:58:40 +00:00
parent c81c241415
commit a021f9dc78

View File

@ -2,18 +2,18 @@
buildGoModule rec { buildGoModule rec {
pname = "grpcurl"; pname = "grpcurl";
version = "1.8.9"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fullstorydev"; owner = "fullstorydev";
repo = "grpcurl"; repo = "grpcurl";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-zN/vleCph919HXZZ9wsXoJBXRT6y7gjyuQxnjRMzq00="; sha256 = "sha256-OVlFOZD4+ZXRKl0Q0Dh5Etij/zeB1jTGoY8n13AyLa4=";
}; };
subPackages = [ "cmd/grpcurl" ]; subPackages = [ "cmd/grpcurl" ];
vendorHash = "sha256-g5G966CuaVILGAgWunHAPrrkLjSv8pBj9R4bcLzyI+A="; vendorHash = "sha256-KsPrJC4hGrGEny8wVWE1EG00qn+b1Rrvh4qK27VzgLU=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ]; ldflags = [ "-s" "-w" "-X main.version=${version}" ];