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

grpc_cli: 1.60.0 -> 1.61.0
This commit is contained in:
Nick Cao 2024-02-01 09:27:47 -05:00 committed by GitHub
commit 8df42129ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.60.0";
version = "1.61.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-0mn+nQAgaurd1WomzcLUAYwp88l26qGkP+cP1SSYxsE=";
hash = "sha256-NLxcGFQ1F5RLoSFC0XYMjvGXkSWc/vLzgtk5qsOndEo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];