Merge pull request #294398 from r-ryantm/auto-update/grpc_cli

grpc_cli: 1.62.0 -> 1.62.1
This commit is contained in:
Nick Cao 2024-03-08 21:36:47 -05:00 committed by GitHub
commit 1f4b6416cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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