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

grpc_cli: 1.64.2 -> 1.65.0
This commit is contained in:
Nick Cao 2024-06-29 09:24:39 -04:00 committed by GitHub
commit 0a6e306aaa
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.64.2";
version = "1.65.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-ejutUSrDOjNjG0x1DTq8t26C8LoY7OPJsp0r2bX06os=";
hash = "sha256-2HTe7znwXA2IcO4JIvUPHABZXFHUk9iu28/IjjgJ9ks=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];