grpc_cli: 1.66.1 -> 1.66.2 (#346096)

This commit is contained in:
Nick Cao
2024-10-06 10:32:51 -04:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.66.1";
version = "1.66.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-CmQUUbIYPWRS7q7OX+TmkTvoqtJAUEwhL/lev8JdB8U=";
hash = "sha256-nka7ZzyZIeEAPaz7v/8RAeo9XmkgrOrHpor3siAx7Ec=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];