Skip to content

Commit 81ac659

Browse files
authored
Bump dep on rules_pkg to 1.2.0 (#43842)
- stop depending on a git commit hash - use the release archive, which is not in the BCR yet. That may be a few more weeks until I can automate the BCR update process (which is incredibly low priority for me) Co-authored-by: tony.aiuto <tony.aiuto@datadoghq.com>
1 parent 78229dd commit 81ac659

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ bazel_dep(name = "bazel_lib", version = "3.0.0")
3131
bazel_dep(name = "rules_pkg", version = "1.1.0")
3232
bazel_dep(name = "rules_shell", version = "0.6.1")
3333

34-
# Temporary until a future rules_pkg release
35-
git_override(
34+
# Temporary until rules_pkg 1.2.0 is in BCR
35+
archive_override(
3636
module_name = "rules_pkg",
37-
commit = "2fab459c805e3f171284856aebb0ceaca2c0ff08",
38-
remote = "https://github.com/bazelbuild/rules_pkg",
37+
sha256 = "b5c9184a23bb0bcff241981fd9d9e2a97638a1374c9953bb1808836ce711f990",
38+
urls = ["https://github.com/bazelbuild/rules_pkg/releases/download/1.2.0/rules_pkg-1.2.0.tar.gz"],
3939
)
4040

4141
#########################

0 commit comments

Comments
 (0)