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

grpc_cli: 1.52.1 -> 1.53.0
This commit is contained in:
Weijia Wang 2023-03-30 23:00:49 +03:00 committed by GitHub
commit 980c86422e
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.52.1";
version = "1.53.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-TE4Q2L4TF0bhgQyPcfgYolb5VXDWjOIyt5mv/HNIfTk=";
hash = "sha256-YRVWR1woMDoq8TWFrL2nqQvAbtqBnUd3QlfbFTJm8dc=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];