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

grpc_cli: 1.56.2 -> 1.57.0
This commit is contained in:
Matthias Beyer 2023-08-25 18:41:27 +02:00 committed by GitHub
commit 0c06e91e7b
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.2";
version = "1.57.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-yjEaVfyfOlH/GPZz06lKvdds88VZUygPe1OxueMDnJA=";
hash = "sha256-ZPhPi4ODAAohCySVKeypaDID4ZUXvnfidOGK5EMXvh4=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];