grpcurl: 1.8.7 -> 1.8.8

This commit is contained in:
R. Ryantm 2023-10-06 21:53:32 +00:00
parent 0b48455b2d
commit bb56c53baf

View file

@ -2,18 +2,18 @@
buildGoModule rec { buildGoModule rec {
pname = "grpcurl"; pname = "grpcurl";
version = "1.8.7"; version = "1.8.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fullstorydev"; owner = "fullstorydev";
repo = "grpcurl"; repo = "grpcurl";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-03Uo40kz9CNK3lC91J8smDlviRNQymP95DWmIMwZF/E="; sha256 = "sha256-/GPFUMN6NQAoKOYJ6j9j0GmyEcYtYdOB7B8v2gNpNm8=";
}; };
subPackages = [ "cmd/grpcurl" ]; subPackages = [ "cmd/grpcurl" ];
vendorHash = "sha256-xe3xb1+qa53Xph+CLcUqxJYeD9d4kBaY6SJfc7bhjQY="; vendorHash = "sha256-8mGlmWuWae/NQ1aR0KVj0XS7rqROCs0PBDUkMAKijYU=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ]; ldflags = [ "-s" "-w" "-X main.version=${version}" ];