grpc_cli: 1.69.0 -> 1.70.0 (#376127)

This commit is contained in:
Nick Cao
2025-01-24 15:45:22 -05:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.69.0";
version = "1.70.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-rRiPUcr6of/sjqB+qr7eOkKVFGTnu8UjluULmcn8df4=";
hash = "sha256-kJhGAhqu25Q2g6BWkVGp6nGYrWdBnMhoMu6e7ifNbgk=";
fetchSubmodules = true;
};
nativeBuildInputs = [