Skip to content

Commit d913764

Browse files
committed
Bump rules_pkg to 0.4.0
1 parent 9cc2823 commit d913764

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

WORKSPACE

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,11 @@ rules_closure_toolchains()
152152

153153
http_archive(
154154
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+
],
157160
)
158161

159162
http_archive(

0 commit comments

Comments
 (0)