mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Merge pull request #264296 from r-ryantm/auto-update/grpcurl
grpcurl: 1.8.8 -> 1.8.9
This commit is contained in:
commit
e1ea1ba340
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "grpcurl";
|
pname = "grpcurl";
|
||||||
version = "1.8.8";
|
version = "1.8.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fullstorydev";
|
owner = "fullstorydev";
|
||||||
repo = "grpcurl";
|
repo = "grpcurl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-/GPFUMN6NQAoKOYJ6j9j0GmyEcYtYdOB7B8v2gNpNm8=";
|
sha256 = "sha256-zN/vleCph919HXZZ9wsXoJBXRT6y7gjyuQxnjRMzq00=";
|
||||||
};
|
};
|
||||||
|
|
||||||
subPackages = [ "cmd/grpcurl" ];
|
subPackages = [ "cmd/grpcurl" ];
|
||||||
|
|
||||||
vendorHash = "sha256-8mGlmWuWae/NQ1aR0KVj0XS7rqROCs0PBDUkMAKijYU=";
|
vendorHash = "sha256-g5G966CuaVILGAgWunHAPrrkLjSv8pBj9R4bcLzyI+A=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
|
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user