File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ workspace (name = "io_k8s_kubernetes" )
2
+
1
3
load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" , "http_file" )
2
4
load ("//build:workspace_mirror.bzl" , "mirror" )
3
5
4
6
http_archive (
5
7
name = "bazel_toolchains" ,
6
- sha256 = "f5acacb61693e00c993dbe3357cb4eb71eb49c6ed1e8b11215cef8738c7674cb " ,
7
- strip_prefix = "bazel-toolchains-997c10a " ,
8
+ sha256 = "3a6ffe6dd91ee975f5d5bc5c50b34f58e3881dfac59a7b7aba3323bd8f8571a8 " ,
9
+ strip_prefix = "bazel-toolchains-92dd8a7 " ,
8
10
urls = [
9
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/997c10a .tar.gz" ,
10
- "https://github.com/bazelbuild/bazel-toolchains/archive/997c10a .tar.gz" ,
11
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/92dd8a7 .tar.gz" ,
12
+ "https://github.com/bazelbuild/bazel-toolchains/archive/92dd8a7 .tar.gz" ,
11
13
],
12
14
)
13
15
You can’t perform that action at this time.
0 commit comments