Skip to content

Commit 3098c6a

Browse files
chore(deps): update dependency com_github_bazelbuild_buildtools to v8 (#5126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c51073c commit 3098c6a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

MODULE.bazel.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ protobuf_deps()
128128

129129
http_archive(
130130
name = "com_github_bazelbuild_buildtools",
131-
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
132-
strip_prefix = "buildtools-7.3.1",
133-
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
131+
sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300",
132+
strip_prefix = "buildtools-8.0.1",
133+
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"],
134134
)
135135

136136
load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")

non_module_deps.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def _non_module_deps_impl(
88
# TODO(bazelbuild/buildtools#1204): Remove when available as module.
99
http_archive(
1010
name = "com_github_bazelbuild_buildtools",
11-
sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9",
12-
strip_prefix = "buildtools-7.3.1",
13-
urls = ["https://github.com/bazelbuild/buildtools/archive/v7.3.1.tar.gz"],
11+
sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300",
12+
strip_prefix = "buildtools-8.0.1",
13+
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"],
1414
)
1515

1616
non_module_deps = module_extension(

0 commit comments

Comments
 (0)