Unverified Commit c7fbe643 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

grpc_cli: 1.59.2 -> 1.60.0
parents 10814768 adbfc040
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];