Skip to content

Commit

Permalink
Merge pull request #260757 from r-ryantm/auto-update/grpc-client-cli
Browse files Browse the repository at this point in the history
grpc-client-cli: 1.18.0 -> 1.19.0
  • Loading branch information
marsam authored Oct 13, 2023
2 parents 7546bc6 + b43b392 commit 5bdf6ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/grpc-client-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "grpc-client-cli";
version = "1.18.0";
version = "1.19.0";

src = fetchFromGitHub {
owner = "vadimi";
repo = "grpc-client-cli";
rev = "v${version}";
sha256 = "sha256-gpTJObgLbH+4fBnBrI6YA3Y4ENuGHV6xP7oHbSFQyEw=";
sha256 = "sha256-cSQDQlc8LgKc9wfJIzXcuaC2GJf46wSwYnmIwMo5ra0=";
};

vendorHash = "sha256-FuUxCm/p8ke55kMjsmHwZTJMWO4cQZZ/B1RDpdxUr8U=";
vendorHash = "sha256-laAqRfu1PIheoGksiM3aZHUdmLpDGsTGBmoenh7Yh9w=";

meta = with lib; {
description = "generic gRPC command line client";
Expand Down

0 comments on commit 5bdf6ec

Please sign in to comment.