From e5ea8db0bae5aff9eb08a15ebc69249eb24a61c9 Mon Sep 17 00:00:00 2001 From: Nicholas Paun Date: Thu, 26 Sep 2024 20:58:23 -0700 Subject: [PATCH] Fix binary for clang-format on Linux arm64 (#2820) --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index f03e5ead3b8..8ac803d8794 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -545,7 +545,7 @@ http_file( http_file( name = "clang-format-linux-arm64", executable = True, - integrity = "sha256-iCbaPg60x60eA9ZIWmSdFva/RD9xOBcJLUwSRK8Gxzk=", + integrity = "sha256-No7G08x7VJ+CkjuhyohcTWymPPm0QUE4EZlkp9Of5jM=", url = "https://github.com/npaun/bins/releases/download/llvm-18.1.8/llvm-18.1.8-linux-arm64-clang-format", )