aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-06 17:07:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-06 17:07:25 -0700
commit3ad7e3c127a894697fc034ab2632ad451583c11a (patch)
tree7fa3fd3ba48d9f4d7dc462c90d2f646b84d113d4 /tensorflow/workspace.bzl
parentc9a4414100e4b802ef25ffd5b87a86c7113dfbdf (diff)
parentb5039812b37b49d52a44fc40aa4539a4d8cbf9af (diff)
Merge pull request #20540 from rongjiecomputer:boringssl
PiperOrigin-RevId: 207633906
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 77b759a9fe..1ed56975ef 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -521,11 +521,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "boringssl",
urls = [
- "https://mirror.bazel.build/github.com/google/boringssl/archive/a0fb951d2a26a8ee746b52f3ba81ab011a0af778.tar.gz",
- "https://github.com/google/boringssl/archive/a0fb951d2a26a8ee746b52f3ba81ab011a0af778.tar.gz",
+ "https://mirror.bazel.build/github.com/google/boringssl/archive/f4fa779521475a98c1586dff349eb44934d5f281.tar.gz",
+ "https://github.com/google/boringssl/archive/f4fa779521475a98c1586dff349eb44934d5f281.tar.gz",
],
- sha256 = "524ba98a56300149696481b4cb9ddebd0c7b7ac9b9f6edee81da2d2d7e5d2bb3",
- strip_prefix = "boringssl-a0fb951d2a26a8ee746b52f3ba81ab011a0af778",
+ sha256 = "813d3ae5a11f8391941f716172c4438f888953d9f15ab609e1ee8f291a4e42d9",
+ strip_prefix = "boringssl-f4fa779521475a98c1586dff349eb44934d5f281",
)
tf_http_archive(