aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-08-21 23:54:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-21 23:59:12 -0700
commit1b8eb8d0a58f5b53cbae31e24d34082bc228caa8 (patch)
tree260a94bbdb26bf3c55138c909726e4727f9b9c2d /tensorflow/workspace.bzl
parentb18cbef5772abd61d841b2b765f3a203f8616f2e (diff)
Update abseil-cpp to fefc836.
PiperOrigin-RevId: 209720847
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 dfb5d8a6e1..5d90d0fe64 100644
--- 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/9613678332c976568272c8f4a78631a29159271d.tar.gz",
- "https://github.com/abseil/abseil-cpp/archive/9613678332c976568272c8f4a78631a29159271d.tar.gz",
+ "https://mirror.bazel.build/github.com/abseil/abseil-cpp/archive/fefc83638fb69395d259ed245699310610429064.tar.gz",
+ "https://github.com/abseil/abseil-cpp/archive/fefc83638fb69395d259ed245699310610429064.tar.gz",
],
- sha256 = "1273a1434ced93bc3e703a48c5dced058c95e995c8c009e9bdcb24a69e2180e9",
- strip_prefix = "abseil-cpp-9613678332c976568272c8f4a78631a29159271d",
+ sha256 = "e5f94a6fcc42cb3f312987a1f8c1a62a915bab4df993cf6cde95f64f2d264259",
+ strip_prefix = "abseil-cpp-fefc83638fb69395d259ed245699310610429064",
build_file = clean_dep("//third_party:com_google_absl.BUILD"),
)