grpc_cli: 1.61.0 -> 1.61.1

This commit is contained in:
R. Ryantm 2024-02-13 08:09:31 +00:00
parent 4e53560e89
commit 72398088cf

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.61.0";
version = "1.61.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-NLxcGFQ1F5RLoSFC0XYMjvGXkSWc/vLzgtk5qsOndEo=";
hash = "sha256-vrLkiNnsW6IpZNGhs6iZgEhdlV9Qpg8PLMDG2BKY2wo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];