summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin <xingao267@users.noreply.github.com>2018-10-24 14:34:28 -0400
committerNicolas Lopez <nlopezgi@gmail.com>2018-10-24 14:34:28 -0400
commit47152947883eeebbf2ab93a4fd81e362c18e9242 (patch)
tree4ea9a4e6eafbca1effafaf4071d2f9daa425e23a
parent92a3cfc08f7f7551ddc1bf92cdc6defb1080b5ff (diff)
downloadbazelbuild-rules-kotlin-47152947883eeebbf2ab93a4fd81e362c18e9242.tar.gz
Update bazel-toolchains pin. (#154)
The new pin includes fix of https://github.com/bazelbuild/bazel-toolchains/issues/66.
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e709ffb..3627fc0 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -29,11 +29,11 @@ http_jar(
http_archive(
name = "bazel_toolchains",
- sha256 = "cefb6ccf86ca592baaa029bcef04148593c0efe8f734542f10293ea58f170715",
- strip_prefix = "bazel-toolchains-cdea5b8675914d0a354d89f108de5d28e54e0edc",
+ sha256 = "af577935530a3b5a1be02170682b1a0f6fa08641ff5b7785e44afd1435bce75a",
+ strip_prefix = "bazel-toolchains-b575a0bd6f1c4b8cdc346cdb3732e3aeffa6c21e",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/cdea5b8675914d0a354d89f108de5d28e54e0edc.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/cdea5b8675914d0a354d89f108de5d28e54e0edc.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/b575a0bd6f1c4b8cdc346cdb3732e3aeffa6c21e.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/archive/b575a0bd6f1c4b8cdc346cdb3732e3aeffa6c21e.tar.gz",
],
)