aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar xingao <xingao@google.com>2017-10-04 21:49:32 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-10-06 19:45:17 +0200
commitf84875eb901dd70bc8df782e37e5fa1aa7ac750b (patch)
treee1daae623dcedb364f97564a47df91b9cfda2a1c /WORKSPACE
parent7de7ea0113d73427d2ee45b4728732eeb0ee3b0a (diff)
Update bazel-toolchains repo to use Bazel 0.6.0 toolchain configs.
PiperOrigin-RevId: 171048721
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 67ac64a37b..f9af7af640 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -124,11 +124,11 @@ http_file(
http_archive(
name = "bazel_toolchains",
urls = [
- "http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/9dbd803ad3b9447430a296810197b09b3a710956.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/9dbd803ad3b9447430a296810197b09b3a710956.tar.gz",
+ "http://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/b2b4b38433bf2d1159360855ea4004378308711b.tar.gz",
],
- strip_prefix = "bazel-toolchains-9dbd803ad3b9447430a296810197b09b3a710956",
- sha256 = "0799aa12db5260a499beb40f81744e760c59d055bfc5d271dd2c2ed4d5419faa",
+ strip_prefix = "bazel-toolchains-b2b4b38433bf2d1159360855ea4004378308711b",
+ sha256 = "46187270ca04ff8109980f45c3438fabfe48695e163789096eb82ee097ffe685",
)
http_archive(