aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2019-01-11 09:10:43 +0100
committerGravatar GitHub <noreply@github.com>2019-01-11 09:10:43 +0100
commitb02fbfb90f691fa18e8f752286908f30da666bf9 (patch)
tree6ebfb28a6d41e2519a1130497b0f3836a71bd4cd
parent2ef35fe9db0057ad4fa0bfed66053b44df99bba8 (diff)
parent7a814e2597fbda08e06034717324d8e5b423b93a (diff)
Merge pull request #17684 from jtattermusch/bazel0_21_protobuf_fixes
Fix build with bazel 0.21
-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 450928828c..30c5d2a484 100644
--- a/bazel/grpc_deps.bzl
+++ b/bazel/grpc_deps.bzl
@@ -124,8 +124,8 @@ def grpc_deps():
if "com_google_protobuf" not in native.existing_rules():
http_archive(
name = "com_google_protobuf",
- strip_prefix = "protobuf-48cb18e5c419ddd23d9badcfe4e9df7bde1979b2",
- url = "https://github.com/google/protobuf/archive/48cb18e5c419ddd23d9badcfe4e9df7bde1979b2.tar.gz",
+ strip_prefix = "protobuf-66dc42d891a4fc8e9190c524fd67961688a37bbe",
+ url = "https://github.com/google/protobuf/archive/66dc42d891a4fc8e9190c524fd67961688a37bbe.tar.gz",
)
if "com_github_nanopb_nanopb" not in native.existing_rules():