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

grpc_cli: 1.61.0 -> 1.61.1
This commit is contained in:
Nick Cao 2024-02-13 11:33:57 -05:00 committed by GitHub
commit ef06dda41e
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.61.0";
version = "1.61.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-NLxcGFQ1F5RLoSFC0XYMjvGXkSWc/vLzgtk5qsOndEo=";
hash = "sha256-vrLkiNnsW6IpZNGhs6iZgEhdlV9Qpg8PLMDG2BKY2wo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];