Unverified Commit 7048b1d8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

grpc_cli: 1.66.0 -> 1.66.1 (#338352)

parents 190df953 8f7138d0
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.66.0";
  version = "1.66.1";
  src = fetchFromGitHub {
    owner = "grpc";
    repo = "grpc";
    rev = "v${version}";
    hash = "sha256-KQKAkjLib0HAJEti8wrDOwtTzFV5Tir72P5RxwTmhNI=";
    hash = "sha256-CmQUUbIYPWRS7q7OX+TmkTvoqtJAUEwhL/lev8JdB8U=";
    fetchSubmodules = true;
  };
  nativeBuildInputs = [ automake cmake autoconf ];