Unverified Commit 686945e0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

grpc_cli: 1.56.0 -> 1.56.1
parents bbf574c0 bb925cf7
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.56.0";
  version = "1.56.1";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-RDslZ1WS4zze58XSeYrd714GIJrS+AP5PeOgvXIFBlo=";
    hash = "sha256-hmUwKFSU1KgdfC/WdK0rbRNMjzzBRWyfMQ/PomdGvbo=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ automake cmake autoconf ];