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 bd44108Copy full SHA for bd44108
fetch_deps.bzl
@@ -189,8 +189,8 @@ def fetch_direct_dependencies():
189
http_file(
190
name = "buildifier_darwin_arm64",
191
executable = True,
192
- sha256 = "21fa0d48ef0b7251eb6e3521cbe25d1e52404763cd2a43aa29f69b5380559dd1",
193
- urls = ["https://github.com/bazelbuild/buildtools/releases/download/6.0.0/buildifier-darwin-arm64"],
+ sha256 = "e08381a3ed1d59c0a17d1cee1d4e7684c6ce1fc3b5cfa1bd92a5fe978b38b47d",
+ urls = ["https://github.com/bazelbuild/buildtools/releases/download/v8.2.0/buildifier-darwin-arm64"],
194
)
195
196
0 commit comments