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

grpc_cli: 1.65.5 -> 1.66.0
This commit is contained in:
Nick Cao 2024-08-24 21:11:49 -04:00 committed by GitHub
commit a0c85899f1
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.65.5";
version = "1.66.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-3dMLv4qhZ+X+Now++G8mvp/WIgAIDnMwcZ6rXdVhBjE=";
hash = "sha256-KQKAkjLib0HAJEti8wrDOwtTzFV5Tir72P5RxwTmhNI=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];