grpc_cli: 1.64.1 -> 1.64.2

This commit is contained in:
R. Ryantm 2024-06-08 01:10:29 +00:00
parent 89844b58a8
commit 5ba9f84b88

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.64.1";
version = "1.64.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-FfAH9vGlqzSGCPFKZtYhYFLQtbUbdksZvDptx94gkDE=";
hash = "sha256-ejutUSrDOjNjG0x1DTq8t26C8LoY7OPJsp0r2bX06os=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];