Skip to content

Commit

Permalink
Fix macOS ARM64 hash
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 39e019951f36fef5fd8d80b8da96400ab266fb00
  • Loading branch information
Julian Amann authored and Vertexwahn committed Dec 8, 2023
1 parent b9c4dda commit 39731ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_ispc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def fetch_ispc():
urls = [
"https://github.com/ispc/ispc/releases/download/v1.22.0/ispc-v1.22.0-macOS.arm64.tar.gz",
],
sha256 = "c423a5a88d7a9a6ed667e41d025801c123fa0c5fd384d4ea138fa1fcf2bc24c9",
sha256 = "3520c4f3b1c9ecf09059c04842469852a333ea30dfca37aaa0d169efc6d2e58c",
strip_prefix = "ispc-v1.22.0-macOS.arm64",
build_file = "@rules_ispc//:ispc_osx_arm64.BUILD",
)

0 comments on commit 39731ce

Please sign in to comment.