aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-08-12 01:21:32 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-12 01:25:58 -0700
commit3021cfae28bc7ae46fd903398f25bb4f0fa4e317 (patch)
treea043d9ee0498480e0d43b0e4ca44d838d73d0848 /tensorflow/workspace.bzl
parentb21590d65ba849d97db0f2e02cff0c874ae562cc (diff)
Automated rollback of commit af25771f4418db658ad4b40a635ea5f2a4c2bbe6. Revert #21097.
PiperOrigin-RevId: 208378106
Diffstat (limited to 'tensorflow/workspace.bzl')
-rw-r--r--tensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 217910c04f..c21e5ebc9e 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -157,11 +157,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "com_googlesource_code_re2",
urls = [
- "https://mirror.bazel.build/github.com/google/re2/archive/2018-07-01.tar.gz",
- "https://github.com/google/re2/archive/2018-07-01.tar.gz",
+ "https://mirror.bazel.build/github.com/google/re2/archive/2018-04-01.tar.gz",
+ "https://github.com/google/re2/archive/2018-04-01.tar.gz",
],
- sha256 = "803c7811146edeef8f91064de37c6f19136ff01a2a8cdb3230e940b2fd9f07fe",
- strip_prefix = "re2-2018-07-01",
+ sha256 = "2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912",
+ strip_prefix = "re2-2018-04-01",
system_build_file = clean_dep("//third_party/systemlibs:re2.BUILD"),
)