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

grpc_cli: 1.64.1 -> 1.64.2
This commit is contained in:
Nick Cao 2024-06-08 09:43:04 -04:00 committed by GitHub
commit b668089761
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.1";
version = "1.64.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-FfAH9vGlqzSGCPFKZtYhYFLQtbUbdksZvDptx94gkDE=";
hash = "sha256-ejutUSrDOjNjG0x1DTq8t26C8LoY7OPJsp0r2bX06os=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];