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

grpc_cli: 1.56.0 -> 1.56.1
This commit is contained in:
Nick Cao 2023-07-13 00:44:05 -06:00 committed by GitHub
commit 686945e0c0
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.0";
version = "1.56.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-RDslZ1WS4zze58XSeYrd714GIJrS+AP5PeOgvXIFBlo=";
hash = "sha256-hmUwKFSU1KgdfC/WdK0rbRNMjzzBRWyfMQ/PomdGvbo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];