Skip to content

Commit aaacddd

Browse files
authored
Merge of #2374
2 parents 5bf1eb8 + 98b88ff commit aaacddd

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
@@ -184,10 +184,10 @@ def rules_haskell_dependencies():
184184
http_archive,
185185
name = "rules_pkg",
186186
urls = [
187-
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.1.0/rules_pkg-1.1.0.tar.gz",
188-
"https://github.com/bazelbuild/rules_pkg/releases/download/1.1.0/rules_pkg-1.1.0.tar.gz",
187+
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.2.0/rules_pkg-1.2.0.tar.gz",
188+
"https://github.com/bazelbuild/rules_pkg/releases/download/1.2.0/rules_pkg-1.2.0.tar.gz",
189189
],
190-
sha256 = "b7215c636f22c1849f1c3142c72f4b954bb12bb8dcf3cbe229ae6e69cc6479db",
190+
sha256 = "b5c9184a23bb0bcff241981fd9d9e2a97638a1374c9953bb1808836ce711f990",
191191
)
192192

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

0 commit comments

Comments
 (0)