aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 01:41:26 -0400
committerGravatar Mehrdad Afshari <mmx@google.com>2018-04-19 01:41:26 -0400
commit8a2c6010eec19ad88a838deafe37aa1d8841403a (patch)
treeabc72e7d18726f0e37b6d0a53a153caf22d810eb /bazel
parentb7d49bbe1f4cc3db769b3a77013db616b8783e57 (diff)
Bump protobuf hash for Bazel
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_deps.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl
index 00e313c71f..3c69a6bc52 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -85,8 +85,8 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
native.http_archive(
name = "com_google_protobuf",
- strip_prefix = "protobuf-2761122b810fe8861004ae785cc3ab39f384d342",
- url = "https://github.com/google/protobuf/archive/2761122b810fe8861004ae785cc3ab39f384d342.tar.gz",
+ strip_prefix = "protobuf-b5fbb742af122b565925987e65c08957739976a7",
+ url = "https://github.com/google/protobuf/archive/b5fbb742af122b565925987e65c08957739976a7.tar.gz",
)
if "com_github_google_googletest" not in native.existing_rules():