From 72605940e4c4a84ec23cc0bd352dc7f0e9a33240 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Wed, 14 Feb 2024 08:50:10 +0100 Subject: [PATCH] Update toolchains_llvm URL and hash --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 19e81a528e..6d66484a78 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -35,9 +35,9 @@ http_archive( # Use --crosstool_top=@llvm_toolchain//:toolchain http_archive( name = "com_grail_bazel_toolchain", - sha256 = "d312c8e3a19ff843fce3065bb9ff40964401e8525674c842a5724b939cb6e1ac", - strip_prefix = "bazel-toolchain-0.4.4", - urls = ["https://github.com/grailbio/bazel-toolchain/archive/0.4.4.tar.gz"], + sha256 = "fb762268ca70ced1a0f65d24f92cd881098afd34990ae5767df0ab325217620e", + strip_prefix = "toolchains_llvm-0.4.4", + urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/0.4.4.tar.gz"], ) load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")