This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/pkg_tar-python3-fix in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit b77cf825566790f5c06a4645437afc1854bb8dc8 Author: Nicholas Nezis <[email protected]> AuthorDate: Sat Mar 26 13:09:47 2022 -0400 Updated rules_pkg build dependency to 0.6.0 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 19ec505..3b110f2 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -464,11 +464,11 @@ container_pull( http_archive( name = "rules_pkg", - sha256 = "aeca78988341a2ee1ba097641056d168320ecc51372ef7ff8e64b139516a4937", urls = [ - "https://github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz", - "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.2.6/rules_pkg-0.2.6.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz", + "https://github.com/bazelbuild/rules_pkg/releases/download/0.6.0/rules_pkg-0.6.0.tar.gz", ], + sha256 = "62eeb544ff1ef41d786e329e1536c1d541bb9bcad27ae984d57f18f314018e66", ) load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
