Skip to content

Commit 91d5574

Browse files
committed
Update toolchains_llvm to v1.4.0
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent ac64548 commit 91d5574

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bazel/repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ def proxy_wasm_cpp_host_repositories():
104104
maybe(
105105
http_archive,
106106
name = "toolchains_llvm",
107-
sha256 = "b7cd301ef7b0ece28d20d3e778697a5e3b81828393150bed04838c0c52963a01",
108-
strip_prefix = "toolchains_llvm-0.10.3",
109-
canonical_id = "v0.10.3",
110-
url = "https://github.com/grailbio/bazel-toolchain/releases/download/0.10.3/toolchains_llvm-0.10.3.tar.gz",
107+
sha256 = "fded02569617d24551a0ad09c0750dc53a3097237157b828a245681f0ae739f8",
108+
strip_prefix = "toolchains_llvm-v1.4.0",
109+
canonical_id = "v1.4.0",
110+
url = "https://github.com/bazel-contrib/toolchains_llvm/releases/download/v1.4.0/toolchains_llvm-v1.4.0.tar.gz",
111111
)
112112

113113
maybe(

0 commit comments

Comments
 (0)