aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2018-07-06 10:21:23 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-06 10:23:30 -0700
commit13e4d7fbc4203da7adb7760c6d5ad85a44c06cfb (patch)
tree467f1f51e76f655445b389c1bda852791a4cb001 /WORKSPACE
parenta49c0ff07ed22eed3e18c6ab8544e3fc30647515 (diff)
Update bazel toolchains to 0.15.0
Taken from releases.bazel.build/bazel-toolchains.html RELNOTES: None. PiperOrigin-RevId: 203494047
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index fbf4fe8410..6ac9c6faa7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -142,11 +142,11 @@ http_file(
http_archive(
name = "bazel_toolchains",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/2cec6c9f6d12224e93d9b3f337b24e41602de3ba.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/2cec6c9f6d12224e93d9b3f337b24e41602de3ba.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/e76b1031eba14c16d72f5837ae7cb7630a2322e2.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/e76b1031eba14c16d72f5837ae7cb7630a2322e2.tar.gz",
],
- strip_prefix = "bazel-toolchains-2cec6c9f6d12224e93d9b3f337b24e41602de3ba",
- sha256 = "9b8d85b61d8945422e86ac31e4d4d2d967542c080d1da1b45364da7fd6bdd638",
+ strip_prefix = "bazel-toolchains-e76b1031eba14c16d72f5837ae7cb7630a2322e2",
+ sha256 = "259ec05a457bc93aec2aee7e4e67fb4bc1724a183b67baaf5dd6a08be6d6a84a",
)
# We're pinning to a commit because this project does not have a recent release.