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

grpc_cli: 1.59.2 -> 1.60.0
This commit is contained in:
Weijia Wang
2024-01-03 15:42:39 +01:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.59.2";
version = "1.60.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-ZWVXoup+gpELOsdCg36swiJFeDdioR/cHkDV68OWsso=";
hash = "sha256-0mn+nQAgaurd1WomzcLUAYwp88l26qGkP+cP1SSYxsE=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];