grpc_cli: 1.67.1 -> 1.68.2

This commit is contained in:
R. Ryantm
2024-12-19 03:27:31 +00:00
parent a98c720fb6
commit eb6aeebe06
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation rec {
pname = "grpc_cli";
version = "1.67.1";
version = "1.68.2";
src = fetchFromGitHub {
owner = "grpc";
repo = "grpc";
rev = "v${version}";
hash = "sha256-x49mh7gLliAiFjOZM5U/CnMQqs7fAhoipo18OBoeD0w=";
hash = "sha256-GxD/1qoLIjQzgYyNuK4zLvBZtOcV+w+KamnUS2qcesw=";
fetchSubmodules = true;
};
nativeBuildInputs = [