grpc_cli: 1.57.0 -> 1.58.0

This commit is contained in:
R. Ryantm 2023-09-12 11:16:47 +00:00
parent 79aa627be6
commit 474fac1b73

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.57.0";
version = "1.58.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-ZPhPi4ODAAohCySVKeypaDID4ZUXvnfidOGK5EMXvh4=";
hash = "sha256-JxkQZSmI3FSAoSd45uciCpsTeGuAvRhG/BGyC4NKOjo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];