Skip to content

Commit

Permalink
chore(deps): update dependency com_github_bazelbuild_buildtools to v6…
Browse files Browse the repository at this point in the history
….3.3
  • Loading branch information
renovate-bot committed Nov 10, 2023
1 parent d5c4556 commit b178db5
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 @@ -66,12 +66,12 @@ def repositories(*, bzlmod):
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
patch_args = ["-p1"],
strip_prefix = "buildtools-6.1.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
strip_prefix = "buildtools-6.3.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.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 @@ -65,12 +65,12 @@ def repositories(*, bzlmod):
# no modules are provided at the moment for buildifier
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
patch_args = ["-p1"],
strip_prefix = "buildtools-6.1.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
strip_prefix = "buildtools-6.3.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit b178db5

Please sign in to comment.