Skip to content

Commit 2c58b40

Browse files
renovate[bot]avdv
authored andcommitted
chore(deps): update dependency com_github_bazelbuild_buildtools to v7
1 parent a952c7b commit 2c58b40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: non_module_dev_deps.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ def repositories(*, bzlmod):
6666
# no modules are provided at the moment for buildifier
6767
http_archive(
6868
name = "com_github_bazelbuild_buildtools",
69-
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
70-
strip_prefix = "buildtools-6.4.0",
71-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
69+
sha256 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
70+
strip_prefix = "buildtools-7.1.1",
71+
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.1.1.tar.gz"],
7272
)
7373

7474
nixpkgs_local_repository(

Diff for: rules_haskell_tests/non_module_deps.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ def repositories(*, bzlmod): # @unused
6565
# no modules are provided at the moment for buildifier
6666
http_archive(
6767
name = "com_github_bazelbuild_buildtools",
68-
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
69-
strip_prefix = "buildtools-6.4.0",
70-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
68+
sha256 = "60a9025072ae237f325d0e7b661e1685f34922c29883888c2d06f5789462b939",
69+
strip_prefix = "buildtools-7.1.1",
70+
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.1.1.tar.gz"],
7171
)
7272

7373
http_archive(

0 commit comments

Comments
 (0)