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

grpc_cli: 1.46.6 -> 1.52.1
This commit is contained in:
Weijia Wang 2023-02-24 12:55:59 +02:00 committed by GitHub
commit 291784304a
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.46.6";
version = "1.52.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-UPenQh6+FBryQiOoeijsXkCZjlMzYljkg2aUtSFJFL4=";
hash = "sha256-TE4Q2L4TF0bhgQyPcfgYolb5VXDWjOIyt5mv/HNIfTk=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];