From d5a5f91be223a0acc0323b2b0d2075515316d022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Marques?= Date: Mon, 7 Oct 2024 10:15:51 +0000 Subject: [PATCH] Bump toolchain to release 20240923-1 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 fd281c1..29acf96 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/20240206-1/lowrisc-toolchain-rv32imcb-20240206-1.tar.xz", - sha256 = "7bd480f95c9e2b1161136b2e28b45ac1eb151444b3c0ec4b6db149533da82ba2", - strip_prefix = "lowrisc-toolchain-rv32imcb-20240206-1", + url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240923-1/lowrisc-toolchain-rv32imcb-20240923-1.tar.xz", + sha256 = "aeea1983553f4c81c6409abcf0d6ca33b5ed4716b2b694e7ff030523cf13486a", + strip_prefix = "lowrisc-toolchain-rv32imcb-20240923-1", build_file = Label("//toolchains:BUILD.export_all.bazel"), )