Skip to content

Commit

Permalink
Update buildifier
Browse files Browse the repository at this point in the history
This is needed to support incompatible_disable_starlark_host_transitions
  • Loading branch information
ylecornec committed Jun 19, 2023
1 parent baee828 commit 5aa6e18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions non_module_dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ haskell_cabal_library(
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "614c84128ddb86aab4e1f25ba2e027d32fd5c6da302ae30685b9d7973b13da1b",
strip_prefix = "buildtools-4.2.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/4.2.3.tar.gz"],
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
strip_prefix = "buildtools-6.1.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
)

nixpkgs_local_repository(
Expand Down
6 changes: 3 additions & 3 deletions rules_haskell_tests/non_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def repositories(*, bzlmod):
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "614c84128ddb86aab4e1f25ba2e027d32fd5c6da302ae30685b9d7973b13da1b",
strip_prefix = "buildtools-4.2.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/4.2.3.tar.gz"],
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
strip_prefix = "buildtools-6.1.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 5aa6e18

Please sign in to comment.