grpc_cli: 1.62.2 -> 1.63.0

This commit is contained in:
R. Ryantm 2024-04-27 01:22:40 +00:00
parent 1d67e14da5
commit 6e5a684a7a
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.62.2";
version = "1.63.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-LHR29QP0yyfKw9hr3SzkdP0WmHP2b4boBgTXgsiAqjs=";
hash = "sha256-xTDHd1VA7xjAnGNNwtk3vZuljVHZsjAzLc/uWdt+2Fs=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];