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

grpc_cli: 1.62.1 -> 1.62.2
This commit is contained in:
Mario Rodas 2024-04-17 22:41:57 -05:00 committed by GitHub
commit 0859b9cf56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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