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

grpc_cli: 1.58.1 -> 1.59.0
This commit is contained in:
Nick Cao 2023-10-03 10:00:54 -04:00 committed by GitHub
commit 2c61128207
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.58.1";
version = "1.59.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-h1Zg5f+3NyyvrStEPXqTNSly7TSEPbE1/SqrZfS37Bk=";
hash = "sha256-++8QWJJuwGUcm6pKxik6+jqzvXbMx8LHSV5CSgJ8IVo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];