File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
10
10
11
11
http_archive (
12
12
name = "bazel_toolchains" ,
13
- sha256 = "e2126599d29f2028e6b267eba273dcc8e7f4a35ff323e9600cf42fb03875b7c6 " ,
14
- strip_prefix = "bazel-toolchains-2.0.0 " ,
13
+ sha256 = "a653c9d318e42b14c0ccd7ac50c4a2a276c0db1e39743ab88b5aa2f0bc9cf607 " ,
14
+ strip_prefix = "bazel-toolchains-2.0.2 " ,
15
15
urls = [
16
- "https://github.com/bazelbuild/bazel-toolchains/releases/download/2.0.0 /bazel-toolchains-2.0.0 .tar.gz" ,
17
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/2.0.0 .tar.gz" ,
16
+ "https://github.com/bazelbuild/bazel-toolchains/releases/download/2.0.2 /bazel-toolchains-2.0.2 .tar.gz" ,
17
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/2.0.2 .tar.gz" ,
18
18
],
19
19
)
20
20
You can’t perform that action at this time.
0 commit comments