aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-08-13 11:31:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-13 11:35:43 -0700
commit2942555be63f2dbf557cdf7be2bcbd5d4e9d0daf (patch)
tree63b440ffb0d978f48d78a55b99e291a0b10ef2f1 /tensorflow/workspace.bzl
parent28f5f7b58c15c33f90c639c46115b1d6581a7408 (diff)
Automated rollback of commit 3021cfae28bc7ae46fd903398f25bb4f0fa4e317.
PiperOrigin-RevId: 208514584
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 c21e5ebc9e..217910c04f 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-04-01.tar.gz",
- "https://github.com/google/re2/archive/2018-04-01.tar.gz",
+ "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",
],
- sha256 = "2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912",
- strip_prefix = "re2-2018-04-01",
+ sha256 = "803c7811146edeef8f91064de37c6f19136ff01a2a8cdb3230e940b2fd9f07fe",
+ strip_prefix = "re2-2018-07-01",
system_build_file = clean_dep("//third_party/systemlibs:re2.BUILD"),
)