grpc_cli: 1.70.0 -> 1.70.1 (#379182)

This commit is contained in:
Nick Cao
2025-02-03 18:19:22 -05:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.70.0";
version = "1.70.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-kJhGAhqu25Q2g6BWkVGp6nGYrWdBnMhoMu6e7ifNbgk=";
hash = "sha256-/Mg999SA/19iypjacXrEnX1B08hajyq7sC7yab+eTCk=";
fetchSubmodules = true;
};
nativeBuildInputs = [