grpc_cli: 1.54.1 -> 1.55.0

This commit is contained in:
R. Ryantm 2023-05-27 18:24:51 +00:00
parent c0b553b619
commit 3aa92e371d

View file

@ -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 ];