Skip to content

Commit 39a58ce

Browse files
renovate-botavdv
authored andcommitted
chore(deps): update dependency rules_pkg to v0.9.1
1 parent af49604 commit 39a58ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

haskell/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ def rules_haskell_dependencies():
157157
http_archive,
158158
name = "rules_pkg",
159159
urls = [
160-
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.7.1/rules_pkg-0.7.1.tar.gz",
161-
"https://github.com/bazelbuild/rules_pkg/releases/download/0.7.1/rules_pkg-0.7.1.tar.gz",
160+
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
161+
"https://github.com/bazelbuild/rules_pkg/releases/download/0.9.1/rules_pkg-0.9.1.tar.gz",
162162
],
163-
sha256 = "451e08a4d78988c06fa3f9306ec813b836b1d076d0f055595444ba4ff22b867f",
163+
sha256 = "8f9ee2dc10c1ae514ee599a8b42ed99fa262b757058f65ad3c384289ff70c4b8",
164164
)
165165

166166
# For --incompatible_disable_starlark_host_transitions support (default in bazel 7)

0 commit comments

Comments
 (0)