Skip to content

Commit cb7994a

Browse files
committed
Update rules_pkg in WORKSPACE to align with MODULE.bazel
This is required to correctly populate runfiles in pkg_tar with include_runfiles=True.
1 parent 2daa79c commit cb7994a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal_dev_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ def rules_python_internal_deps():
6868
http_archive(
6969
name = "rules_pkg",
7070
urls = [
71-
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz",
72-
"https://github.com/bazelbuild/rules_pkg/releases/download/0.7.0/rules_pkg-0.7.0.tar.gz",
71+
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz",
72+
"https://github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz",
7373
],
74-
sha256 = "8a298e832762eda1830597d64fe7db58178aa84cd5926d76d5b744d6558941c2",
74+
sha256 = "d20c951960ed77cb7b341c2a59488534e494d5ad1d30c4818c736d57772a9fef",
7575
)
7676

7777
http_archive(

0 commit comments

Comments
 (0)