diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 38e8c8df..19b27ccd 100644 --- a/fetch_deps.bzl +++ b/fetch_deps.bzl @@ -203,8 +203,8 @@ def fetch_direct_dependencies(): http_file( name = "buildifier_linux_arm64", executable = True, - sha256 = "5acdd65684105f73d1c65ee4737f6cf388afff8674eb88045aa3c204811b02f3", - urls = ["https://github.com/bazelbuild/buildtools/releases/download/6.1.0/buildifier-linux-arm64"], + sha256 = "947bf6700d708026b2057b09bea09abbc3cafc15d9ecea35bb3885c4b09ccd04", + urls = ["https://github.com/bazelbuild/buildtools/releases/download/v8.5.1/buildifier-linux-arm64"], ) http_archive(