grpc_cli: 1.66.2 -> 1.67.1 (#352848)

This commit is contained in:
Nick Cao 2024-11-02 09:13:46 -04:00 committed by GitHub
commit 9178294836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.66.2";
version = "1.67.1";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-nka7ZzyZIeEAPaz7v/8RAeo9XmkgrOrHpor3siAx7Ec=";
hash = "sha256-x49mh7gLliAiFjOZM5U/CnMQqs7fAhoipo18OBoeD0w=";
fetchSubmodules = true;
};
nativeBuildInputs = [ automake cmake autoconf ];