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

grpc_cli: 1.59.0 -> 1.59.1
This commit is contained in:
Nick Cao
2023-10-09 10:39:00 -04:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.59.0";
version = "1.59.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-++8QWJJuwGUcm6pKxik6+jqzvXbMx8LHSV5CSgJ8IVo=";
hash = "sha256-4bou7oFQOgyxjFqJdmiFT8xEMCsOap9v34W6SPrT4WQ=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];