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

grpc_cli: 1.58.0 -> 1.58.1
This commit is contained in:
Nick Cao 2023-09-24 10:04:35 -04:00 committed by GitHub
commit 06fd39ee95
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.0";
version = "1.58.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-JxkQZSmI3FSAoSd45uciCpsTeGuAvRhG/BGyC4NKOjo=";
hash = "sha256-h1Zg5f+3NyyvrStEPXqTNSly7TSEPbE1/SqrZfS37Bk=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];