Merge pull request #259465 from r-ryantm/auto-update/grpcurl

grpcurl: 1.8.7 -> 1.8.8
This commit is contained in:
Mario Rodas 2023-10-07 19:44:35 -05:00 committed by GitHub
commit cd039f0f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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