Unverified Commit 227916a4 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

grpc_cli: 1.54.1 -> 1.55.0
parents 2d366109 3aa92e37
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.54.1";
  version = "1.55.0";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-svQxWHCoDHYZSvSrzUuwO0+6WMtgKsu+uVDV1mP/nL4=";
    hash = "sha256-xEfYNqtMKeJpztUm39PaUrE8OKa8TQhtLBny2/D99VM=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ automake cmake autoconf ];