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

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

grpc_cli: 1.52.1 -> 1.53.0
parents df97f2d0 1b02bc2e
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.52.1";
  version = "1.53.0";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-TE4Q2L4TF0bhgQyPcfgYolb5VXDWjOIyt5mv/HNIfTk=";
    hash = "sha256-YRVWR1woMDoq8TWFrL2nqQvAbtqBnUd3QlfbFTJm8dc=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ automake cmake autoconf ];