From 40df9e3c4edd188de4830e3037b8841747b711ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Mon, 12 Feb 2024 15:38:01 +0000 Subject: [PATCH] Update LLVM version with fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Marques --- toolchains/lowrisc_rv32imcb/repository.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchains/lowrisc_rv32imcb/repository.bzl b/toolchains/lowrisc_rv32imcb/repository.bzl index 0958548..fd281c1 100644 --- a/toolchains/lowrisc_rv32imcb/repository.bzl +++ b/toolchains/lowrisc_rv32imcb/repository.bzl @@ -8,8 +8,8 @@ def lowrisc_rv32imcb_repos(local = None): http_archive_or_local( name = "lowrisc_rv32imcb_files", local = local, - url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20230519-1/lowrisc-toolchain-rv32imcb-20230519-1.tar.xz", - sha256 = "08b1ba2089aa4206efdca93b7ab70152c3fe16ef4c6ee112a4f35ee3dc65aa8c", - strip_prefix = "lowrisc-toolchain-rv32imcb-20230519-1", + url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240206-1/lowrisc-toolchain-rv32imcb-20240206-1.tar.xz", + sha256 = "7bd480f95c9e2b1161136b2e28b45ac1eb151444b3c0ec4b6db149533da82ba2", + strip_prefix = "lowrisc-toolchain-rv32imcb-20240206-1", build_file = Label("//toolchains:BUILD.export_all.bazel"), )