Skip to content

Commit 67a4178

Browse files
committed
chore(deps): update dependency com_github_bazelbuild_buildtools to v6.4.0
1 parent 67b3975 commit 67a4178

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 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
69+
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
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.3.3",
74-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
73+
strip_prefix = "buildtools-6.4.0",
74+
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.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 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
68+
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
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.3.3",
73-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
72+
strip_prefix = "buildtools-6.4.0",
73+
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
7474
)
7575

7676
http_archive(

0 commit comments

Comments
 (0)