aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar philwo <philwo@google.com>2018-08-02 08:31:33 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-02 08:32:47 -0700
commitca59cf38088e25a13fa244d8cd30d8a7197779a3 (patch)
tree748c36f2b118013ce09f60804f868031e1e78827 /WORKSPACE
parent1a5067a294393ee34ed11c23e67207852e787095 (diff)
Update bazel-toolchains in our WORKSPACE.oss to latest release.
PiperOrigin-RevId: 207104261
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 5ec64d17e6..d016e17d2b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -153,11 +153,11 @@ http_file(
http_archive(
name = "bazel_toolchains",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/e76b1031eba14c16d72f5837ae7cb7630a2322e2.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/e76b1031eba14c16d72f5837ae7cb7630a2322e2.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/5124557861ebf4c0b67f98180bff1f8551e0b421.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/5124557861ebf4c0b67f98180bff1f8551e0b421.tar.gz",
],
- strip_prefix = "bazel-toolchains-e76b1031eba14c16d72f5837ae7cb7630a2322e2",
- sha256 = "259ec05a457bc93aec2aee7e4e67fb4bc1724a183b67baaf5dd6a08be6d6a84a",
+ strip_prefix = "bazel-toolchains-5124557861ebf4c0b67f98180bff1f8551e0b421",
+ sha256 = "c3b08805602cd1d2b67ebe96407c1e8c6ed3d4ce55236ae2efe2f1948f38168d",
)
# We're pinning to a commit because this project does not have a recent release.