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.3
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 470a32d commit aaa159f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2.tar.gz"],
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
strip_prefix = "buildtools-8.0.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.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 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.2.tar.gz"],
sha256 = "573345c2039889a4001b9933a7ebde8dcaf910c47787993aecccebc3117a4425",
strip_prefix = "buildtools-8.0.3",
urls = ["https://github.com/bazelbuild/buildtools/archive/v8.0.3.tar.gz"],
)

non_module_deps = module_extension(
Expand Down

0 comments on commit aaa159f

Please sign in to comment.