Merge pull request #259465 from r-ryantm/auto-update/grpcurl
grpcurl: 1.8.7 -> 1.8.8
This commit is contained in:
@@ -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}" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user