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

grpc_cli: 1.54.0 -> 1.54.1
This commit is contained in:
figsoda 2023-05-04 15:38:17 -04:00 committed by GitHub
commit 724bfd85ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.54.0";
version = "1.54.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-WVH7rYyFx2LyAnctnNbX4KevoJ5KKZujN+SmL0Y6wvw=";
hash = "sha256-svQxWHCoDHYZSvSrzUuwO0+6WMtgKsu+uVDV1mP/nL4=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];