We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00ddf5 commit 8625989Copy full SHA for 8625989
fetch_deps.bzl
@@ -196,8 +196,8 @@ def fetch_direct_dependencies():
196
http_file(
197
name = "buildifier_linux_amd64",
198
executable = True,
199
- sha256 = "0b51a6cb81bc3b51466ea2210053992654987a907063d0c2b9c03be29de52eff",
200
- urls = ["https://github.com/bazelbuild/buildtools/releases/download/6.1.0/buildifier-linux-amd64"],
+ sha256 = "3e79e6c0401b5f36f8df4dfc686127255d25c7eddc9599b8779b97b7ef4cdda7",
+ urls = ["https://github.com/bazelbuild/buildtools/releases/download/v8.2.0/buildifier-linux-amd64"],
201
)
202
203
0 commit comments