summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2020-11-24 19:12:23 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2020-11-24 19:12:23 +0100
commit928f83d065ca0cf48e95978f074d10e4c2978d20 (patch)
tree1c8892ae103c63cd3ab55a2f2559b67dcd31f3d0
parentfcef5f43f3c2bd3a3ec53b55f293b2eb0df3e7a7 (diff)
parent7afd9bc971d66db6623c1c6d15a112d7a5bf2289 (diff)
Merge branch 'stable-2.16' into stable-3.0
* stable-2.16: Update bazel-toolchains to 3.1.0 Change-Id: I77a62d8a61814b46a867fa2784679ed787934c6b
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index efc3c73be4..e6d16c4688 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -8,11 +8,11 @@ load("//tools:nongoogle.bzl", "declare_nongoogle_deps")
http_archive(
name = "bazel_toolchains",
- sha256 = "88e818f9f03628eef609c8429c210ecf265ffe46c2af095f36c7ef8b1855fef5",
- strip_prefix = "bazel-toolchains-92dd8a7a518a2fb7ba992d47c8b38299fe0be825",
+ sha256 = "726b5423e1c7a3866a3a6d68e7123b4a955e9fcbe912a51e0f737e6dab1d0af2",
+ strip_prefix = "bazel-toolchains-3.1.0",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/92dd8a7a518a2fb7ba992d47c8b38299fe0be825.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/92dd8a7a518a2fb7ba992d47c8b38299fe0be825.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/3.1.0/bazel-toolchains-3.1.0.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/releases/download/3.1.0/bazel-toolchains-3.1.0.tar.gz",
],
)