From 6baf3c3f2cc86a45b5571a2cba19193e8ee5fe66 Mon Sep 17 00:00:00 2001 From: Rei Shimizu Date: Tue, 22 Mar 2022 22:24:43 +0900 Subject: [PATCH] update data-collect-protocol v8.9.1 (#91) --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index ca7d749..90c6d0c 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -14,11 +14,11 @@ def cpp2sky_dependencies(): def skywalking_data_collect_protocol(): http_archive( name = "skywalking_data_collect_protocol", - sha256 = "d12f2ab507393342f03ba14442154a58a428de63b972a8e6c5a1b6d7cc2b6fb8", + sha256 = "49bd689b9c1c0ea12064bd35581689cef7835e5ac15d335dc425fbfc2029aa90", urls = [ - "https://github.com/apache/skywalking-data-collect-protocol/archive/v8.8.0.tar.gz" + "https://github.com/apache/skywalking-data-collect-protocol/archive/v8.9.1.tar.gz" ], - strip_prefix = "skywalking-data-collect-protocol-8.8.0", + strip_prefix = "skywalking-data-collect-protocol-8.9.1", ) def com_github_grpc_grpc():