File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -152,8 +152,11 @@ rules_closure_toolchains()
152
152
153
153
http_archive (
154
154
name = "rules_pkg" ,
155
- sha256 = "aeca78988341a2ee1ba097641056d168320ecc51372ef7ff8e64b139516a4937" ,
156
- url = "https://github.com/bazelbuild/rules_pkg/releases/download/0.2.6-1/rules_pkg-0.2.6.tar.gz" ,
155
+ sha256 = "038f1caa773a7e35b3663865ffb003169c6a71dc995e39bf4815792f385d837d" ,
156
+ urls = [
157
+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.4.0/rules_pkg-0.4.0.tar.gz" ,
158
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.4.0/rules_pkg-0.4.0.tar.gz" ,
159
+ ],
157
160
)
158
161
159
162
http_archive (
You can’t perform that action at this time.
0 commit comments