Skip to content

Commit fd19d9c

Browse files
renovate-botavdv
authored andcommitted
chore(deps): update dependency com_github_bazelbuild_buildtools to v6.3.3
1 parent 85dc3f5 commit fd19d9c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

non_module_dev_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ def repositories(*, bzlmod):
6666
# no modules are provided at the moment for buildifier
6767
http_archive(
6868
name = "com_github_bazelbuild_buildtools",
69-
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
69+
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
7070
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
7171
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
7272
patch_args = ["-p1"],
73-
strip_prefix = "buildtools-6.1.2",
74-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
73+
strip_prefix = "buildtools-6.3.3",
74+
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
7575
)
7676

7777
nixpkgs_local_repository(

rules_haskell_tests/non_module_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ def repositories(*, bzlmod):
6565
# no modules are provided at the moment for buildifier
6666
http_archive(
6767
name = "com_github_bazelbuild_buildtools",
68-
sha256 = "977a0bd4593c8d4c8f45e056d181c35e48aa01ad4f8090bdb84f78dca42f47dc",
68+
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
6969
# fix runner.bash.template always returning success, format MODULE.bazel and WORKSPACE.bzlmod too
7070
patches = ["@rules_haskell//buildifier:buildifier_test-workspace.patch"],
7171
patch_args = ["-p1"],
72-
strip_prefix = "buildtools-6.1.2",
73-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.1.2.tar.gz"],
72+
strip_prefix = "buildtools-6.3.3",
73+
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
7474
)
7575

7676
http_archive(

0 commit comments

Comments
 (0)