Skip to content

Commit

Permalink
chore(deps): update dependency com_github_bazelbuild_buildtools to v8…
Browse files Browse the repository at this point in the history
….0.2
  • Loading branch information
renovate[bot] authored and renovate-bot committed Jan 30, 2025
1 parent 99694a2 commit 994a4d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ protobuf_deps()

http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300",
strip_prefix = "buildtools-8.0.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"],
sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2.tar.gz"],
)

load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")
Expand Down
6 changes: 3 additions & 3 deletions non_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ def _non_module_deps_impl(
# TODO(bazelbuild/buildtools#1204): Remove when available as module.
http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "91727456f1338f511442c50a8d827ae245552642d63de2bc832e6d27632ec300",
strip_prefix = "buildtools-8.0.1",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.1.tar.gz"],
sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2.tar.gz"],
)

non_module_deps = module_extension(
Expand Down

0 comments on commit 994a4d7

Please sign in to comment.