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

grpc_cli: 1.62.2 -> 1.63.0
This commit is contained in:
Jörg Thalheim 2024-04-27 09:10:22 +02:00 committed by GitHub
commit dd1c241ba9
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.2";
version = "1.63.0";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-LHR29QP0yyfKw9hr3SzkdP0WmHP2b4boBgTXgsiAqjs=";
hash = "sha256-xTDHd1VA7xjAnGNNwtk3vZuljVHZsjAzLc/uWdt+2Fs=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];