Skip to content

Commit

Permalink
Fix binary for clang-format on Linux arm64 (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun authored Sep 27, 2024
1 parent 297ce16 commit e5ea8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand Down

0 comments on commit e5ea8db

Please sign in to comment.