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

grpc_cli: 1.64.0 -> 1.64.1
This commit is contained in:
Nick Cao 2024-05-31 14:44:00 -04:00 committed by GitHub
commit 9a2ce60e72
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.0";
version = "1.64.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-5mTyXA7jxos+PclImuFDyLTEVkqxm4Kxnorm8R12i9U=";
hash = "sha256-FfAH9vGlqzSGCPFKZtYhYFLQtbUbdksZvDptx94gkDE=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];