Unverified Commit 1a2f979f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #223035 from r-ryantm/auto-update/grpc-client-cli

grpc-client-cli: 1.17.0 -> 1.18.0
parents f8c0eed0 4cbd1c56
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

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

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

  vendorHash = "sha256-6oJuyW3Yc/m7GnE2WipTUQk9eymK6xd+dT7mOVn2/vM=";
  vendorHash = "sha256-FuUxCm/p8ke55kMjsmHwZTJMWO4cQZZ/B1RDpdxUr8U=";

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