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

grpc_cli: 1.59.1 -> 1.59.2
This commit is contained in:
Nick Cao 2023-11-01 08:59:27 -04:00 committed by GitHub
commit 5c13ea97ad
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.59.1";
version = "1.59.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-4bou7oFQOgyxjFqJdmiFT8xEMCsOap9v34W6SPrT4WQ=";
hash = "sha256-ZWVXoup+gpELOsdCg36swiJFeDdioR/cHkDV68OWsso=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];