grpc_cli: 1.56.0 -> 1.56.1

This commit is contained in:
R. Ryantm 2023-07-12 23:51:53 +00:00
parent ff6e67d2c2
commit bb925cf7e7

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.56.0";
version = "1.56.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-RDslZ1WS4zze58XSeYrd714GIJrS+AP5PeOgvXIFBlo=";
hash = "sha256-hmUwKFSU1KgdfC/WdK0rbRNMjzzBRWyfMQ/PomdGvbo=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];