File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/toolchains/cc_cross_osx_to_linux_amd64 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
168168
169169http_archive (
170170 name = "rules_pkg" ,
171- sha256 = "d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0 " ,
171+ sha256 = "cad05f864a32799f6f9022891de91ac78f30e0fa07dc68abac92a628121b5b11 " ,
172172 urls = [
173- "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.10.1 /rules_pkg-0.10.1 .tar.gz" ,
174- "https://github.com/bazelbuild/rules_pkg/releases/download/0.10.1 /rules_pkg-0.10.1 .tar.gz" ,
173+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.0.0 /rules_pkg-1.0.0 .tar.gz" ,
174+ "https://github.com/bazelbuild/rules_pkg/releases/download/1.0.0 /rules_pkg-1.0.0 .tar.gz" ,
175175 ],
176176)
177177
You can’t perform that action at this time.
0 commit comments