Merge pull request #244268 from r-ryantm/auto-update/grpc_cli

grpc_cli: 1.56.1 -> 1.56.2
This commit is contained in:
Weijia Wang 2023-07-19 11:49:23 +03:00 committed by GitHub
commit e75c4fae96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.56.1";
version = "1.56.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-hmUwKFSU1KgdfC/WdK0rbRNMjzzBRWyfMQ/PomdGvbo=";
hash = "sha256-yjEaVfyfOlH/GPZz06lKvdds88VZUygPe1OxueMDnJA=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];