Skip to content

Commit

Permalink
grpcurl: 1.9.1 -> 1.9.2 (#360026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Dec 3, 2024
2 parents d78b02f + ed90cb9 commit 3fab98a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/gr/grpcurl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "grpcurl";
version = "1.9.1";
version = "1.9.2";

src = fetchFromGitHub {
owner = "fullstorydev";
repo = "grpcurl";
rev = "v${version}";
sha256 = "sha256-OVlFOZD4+ZXRKl0Q0Dh5Etij/zeB1jTGoY8n13AyLa4=";
sha256 = "sha256-0AnQxEe9jo8R++ALamTkgpaauvDaH4CaHgmwLyBTr3w=";
};

subPackages = [ "cmd/grpcurl" ];

vendorHash = "sha256-KsPrJC4hGrGEny8wVWE1EG00qn+b1Rrvh4qK27VzgLU=";
vendorHash = "sha256-e/V6MMYGqhZ2Ei7+2XhSsCXJNiwsTPa2Q43rdkns45o=";

ldflags = [ "-s" "-w" "-X main.version=${version}" ];

Expand Down

0 comments on commit 3fab98a

Please sign in to comment.