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

grpc_cli: 1.53.0 -> 1.54.0
This commit is contained in:
Weijia Wang 2023-04-20 22:50:36 +03:00 committed by GitHub
commit f78bd425ff
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.53.0";
version = "1.54.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-YRVWR1woMDoq8TWFrL2nqQvAbtqBnUd3QlfbFTJm8dc=";
hash = "sha256-WVH7rYyFx2LyAnctnNbX4KevoJ5KKZujN+SmL0Y6wvw=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];