aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-09-11 15:59:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-11 16:03:21 -0700
commit7020d8752554fd54530e2fe799b55d3c0b895696 (patch)
treee358d7d121634ad27122686b463261122008aa43 /tensorflow/workspace.bzl
parent46bfc4766874bd41adaeb317a11075ce094ca1bb (diff)
[TF:XLA] Bump open source abseil revision to 02451914b9ad5320f81f56a89f3eef1f8683227c
PiperOrigin-RevId: 212539233
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 8e6f4143a9..65314a4a06 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -106,11 +106,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "com_google_absl",
urls = [
- "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/fb462224c058487763f263b7995d70efd0242c17.tar.gz",
- "https://github.com/abseil/abseil-cpp/archive/fb462224c058487763f263b7995d70efd0242c17.tar.gz",
+ "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/02451914b9ad5320f81f56a89f3eef1f8683227c.tar.gz",
+ "https://github.com/abseil/abseil-cpp/archive/02451914b9ad5320f81f56a89f3eef1f8683227c.tar.gz",
],
- sha256 = "f4f34f90083d5259f9a1a4067749d842599748d8ca03c1d9fe723124a7045c63",
- strip_prefix = "abseil-cpp-fb462224c058487763f263b7995d70efd0242c17",
+ sha256 = "345fa25136484a9e5d918880d66ee577a9cb24377f8978d4e5a6c543706a1011",
+ strip_prefix = "abseil-cpp-02451914b9ad5320f81f56a89f3eef1f8683227c",
build_file = clean_dep("//third_party:com_google_absl.BUILD"),
)