Skip to content

Commit

Permalink
Merge pull request #2227 from tweag/renovate/rules_pkg-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency rules_pkg to v1
  • Loading branch information
mergify[bot] authored Aug 7, 2024
2 parents b93ffe8 + 8eccb63 commit e2f293b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ def rules_haskell_dependencies():
http_archive,
name = "rules_pkg",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz",
"https://github.com/bazelbuild/rules_pkg/releases/download/0.10.1/rules_pkg-0.10.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz",
"https://github.com/bazelbuild/rules_pkg/releases/download/1.0.1/rules_pkg-1.0.1.tar.gz",
],
sha256 = "d250924a2ecc5176808fc4c25d5cf5e9e79e6346d79d5ab1c493e289e722d1d0",
sha256 = "d20c951960ed77cb7b341c2a59488534e494d5ad1d30c4818c736d57772a9fef",
)

# For --incompatible_disable_starlark_host_transitions support (default in bazel 7)
Expand Down

0 comments on commit e2f293b

Please sign in to comment.