grpc_cli: 1.73.0 -> 1.74.0 (#427933)

This commit is contained in:
Weijia Wang
2025-08-03 18:49:23 -06:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.73.0";
version = "1.74.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-/7xbLCEetpVf4WmS42qChAYnFzoeiCmHagXumW5oIjA=";
hash = "sha256-97+llHIubNYwULSD0KxEcGN+T8bQWufaEH6QT9oTgwg=";
fetchSubmodules = true;
};
nativeBuildInputs = [