grpc_cli: 1.62.0 -> 1.62.1

This commit is contained in:
R. Ryantm 2024-03-09 01:07:16 +00:00
parent 2be8f78d23
commit 659b054931

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.62.0";
version = "1.62.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-iqoxgo/oocO9gBq0o5bmZvre/EwRguMrWnmwvyLGLr8=";
hash = "sha256-L0bn6Bg36UKIRxznH9o4T7WXUqMwFjr8ybeQfbUi8xM=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];