Skip to content

Commit ef7b3ac

Browse files
chore(deps): update dependency com_github_bazelbuild_buildtools to v6.4.0 (#4983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f45ded commit ef7b3ac

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

non_module_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def _non_module_deps_impl(
1515
)
1616
http_archive(
1717
name = "com_github_bazelbuild_buildtools",
18-
sha256 = "42968f9134ba2c75c03bb271bd7bb062afb7da449f9b913c96e5be4ce890030a",
19-
strip_prefix = "buildtools-6.3.3",
20-
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.3.3.tar.gz"],
18+
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
19+
strip_prefix = "buildtools-6.4.0",
20+
urls = ["https://github.com/bazelbuild/buildtools/archive/v6.4.0.tar.gz"],
2121
)
2222

2323
non_module_deps = module_extension(

0 commit comments

Comments
 (0)