From 32c372a15279db94e23b297c46b30914f4b0bc6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:04:09 +0000 Subject: [PATCH] chore(deps): update dependency buildifier_linux_arm64 to v6.4.0 --- fetch_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch_deps.bzl b/fetch_deps.bzl index 6e8cbdc..818837a 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 = "18540fc10f86190f87485eb86963e603e41fa022f88a2d1b0cf52ff252b5e1dd", + urls = ["https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-arm64"], ) http_archive(