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

grpc-client-cli: 1.19.0 -> 1.20.0
This commit is contained in:
Mario Rodas
2024-02-08 06:20:56 -05:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "grpc-client-cli";
version = "1.19.0";
version = "1.20.0";
src = fetchFromGitHub {
owner = "vadimi";
repo = "grpc-client-cli";
rev = "v${version}";
sha256 = "sha256-cSQDQlc8LgKc9wfJIzXcuaC2GJf46wSwYnmIwMo5ra0=";
sha256 = "sha256-MqzuVPY/IuJWfdzHvC/keTe5yi0aMhvq8SoKDlRAI0w=";
};
vendorHash = "sha256-laAqRfu1PIheoGksiM3aZHUdmLpDGsTGBmoenh7Yh9w=";
vendorHash = "sha256-eRT1xMy9lsvF5sUF9jyDUWfNyLThIDTksaXff7xqyic=";
meta = with lib; {
description = "generic gRPC command line client";