You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/07/01 09:30:50 UTC

[rocketmq-clients] branch cpp updated: Add sha256 for grpc

This is an automated email from the ASF dual-hosted git repository.

lizhanhui pushed a commit to branch cpp
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/cpp by this push:
     new d8493e3  Add sha256 for grpc
d8493e3 is described below

commit d8493e34ac7d617c548be7054df6d319787b8319
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Fri Jul 1 17:30:39 2022 +0800

    Add sha256 for grpc
---
 cpp/bazel/rocketmq_deps.bzl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/bazel/rocketmq_deps.bzl b/cpp/bazel/rocketmq_deps.bzl
index b3d3168..983a476 100644
--- a/cpp/bazel/rocketmq_deps.bzl
+++ b/cpp/bazel/rocketmq_deps.bzl
@@ -115,7 +115,7 @@ def rocketmq_deps():
         http_archive,
         name = "com_github_grpc_grpc",
         strip_prefix = "grpc-1.46.3",
-        # sha256 = "67423a4cd706ce16a88d1549297023f0f9f0d695a96dd684adc21e67b021f9bc",
+        sha256 = "d6cbf22cb5007af71b61c6be316a79397469c58c82a942552a62e708bce60964",
         urls = [
             "https://shutian.oss-cn-hangzhou.aliyuncs.com/cdn/grpc/grpc-1.46.3.tar.gz",
             "https://github.com/grpc/grpc/archive/refs/tags/v1.46.3.tar.gz",