We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00ddf5 commit 7daf712Copy full SHA for 7daf712
fetch_deps.bzl
@@ -203,8 +203,8 @@ def fetch_direct_dependencies():
203
http_file(
204
name = "buildifier_linux_arm64",
205
executable = True,
206
- sha256 = "5acdd65684105f73d1c65ee4737f6cf388afff8674eb88045aa3c204811b02f3",
207
- urls = ["https://github.com/bazelbuild/buildtools/releases/download/6.1.0/buildifier-linux-arm64"],
+ sha256 = "c624a833bfa64d3a457ef0235eef0dbda03694768aab33f717a7ffd3f803d272",
+ urls = ["https://github.com/bazelbuild/buildtools/releases/download/v8.2.0/buildifier-linux-arm64"],
208
)
209
210
http_archive(
0 commit comments