grpc_cli: 1.63.0 -> 1.64.0

This commit is contained in:
R. Ryantm 2024-05-17 14:42:35 +00:00
parent 704511c072
commit 70abdc8e20

View File

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