aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-10-24 22:38:21 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-10-25 16:46:11 +0200
commit731791bbf70f02d6a255c43e7bc7ad36bd2c0d09 (patch)
tree82b8c334f16dc70005df951a1671fe987d14aaf0 /WORKSPACE
parent226eed0a6b2baf31816c8e1fa5a958a748a94b2b (diff)
Update pin for bazel-toolchains to latest version
PiperOrigin-RevId: 173304095
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index cab4a0e75f..4d6df85f40 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -130,11 +130,11 @@ http_file(
http_archive(
name = "bazel_toolchains",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/af4681c3d19f063f090222ec3d04108c4e0ca255.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/af4681c3d19f063f090222ec3d04108c4e0ca255.tar.gz",
],
- strip_prefix = "bazel-toolchains-b2b4b38433bf2d1159360855ea4004378308711b",
- sha256 = "46187270ca04ff8109980f45c3438fabfe48695e163789096eb82ee097ffe685",
+ strip_prefix = "bazel-toolchains-af4681c3d19f063f090222ec3d04108c4e0ca255",
+ sha256 = "d58bb2d6c8603f600d522b6104d6192a65339aa26cbba9f11ff5c4b36dedb928",
)
http_archive(