aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-09-13 15:48:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-13 16:00:07 -0700
commit4292b8107175b3c3223f65c75b3ca091bd0604ec (patch)
treed4f5be8f29bd75311844c2dd6c109971ffeab333 /tensorflow/workspace.bzl
parent133a9ef4cb05e4a1a2122bdb5176e2954139c3c3 (diff)
[TF:XLA] Bump open source abseil revision to 8ff1374008259719b54a8cb128ef951c02da164c
PiperOrigin-RevId: 212893036
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 65314a4a06..25698da1c9 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/02451914b9ad5320f81f56a89f3eef1f8683227c.tar.gz",
- "https://github.com/abseil/abseil-cpp/archive/02451914b9ad5320f81f56a89f3eef1f8683227c.tar.gz",
+ "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/8ff1374008259719b54a8cb128ef951c02da164c.tar.gz",
+ "https://github.com/abseil/abseil-cpp/archive/8ff1374008259719b54a8cb128ef951c02da164c.tar.gz",
],
- sha256 = "345fa25136484a9e5d918880d66ee577a9cb24377f8978d4e5a6c543706a1011",
- strip_prefix = "abseil-cpp-02451914b9ad5320f81f56a89f3eef1f8683227c",
+ sha256 = "006931f9705484041eed65189038f87931a87cff200bb296f94b3d42339c4cd9",
+ strip_prefix = "abseil-cpp-8ff1374008259719b54a8cb128ef951c02da164c",
build_file = clean_dep("//third_party:com_google_absl.BUILD"),
)