Skip to content

Commit d2e4722

Browse files
committed
Bump toolchain to release 20240923-1
Signed-off-by: Luís Marques <luismarques@lowrisc.org>
1 parent d14bc13 commit d2e4722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchains/lowrisc_rv32imcb/repository.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def lowrisc_rv32imcb_repos(local = None):
88
http_archive_or_local(
99
name = "lowrisc_rv32imcb_files",
1010
local = local,
11-
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240206-1/lowrisc-toolchain-rv32imcb-20240206-1.tar.xz",
12-
sha256 = "7bd480f95c9e2b1161136b2e28b45ac1eb151444b3c0ec4b6db149533da82ba2",
13-
strip_prefix = "lowrisc-toolchain-rv32imcb-20240206-1",
11+
url = "https://github.com/lowRISC/lowrisc-toolchains/releases/download/20240923-1/lowrisc-toolchain-rv32imcb-20240923-1.tar.xz",
12+
sha256 = "aeea1983553f4c81c6409abcf0d6ca33b5ed4716b2b694e7ff030523cf13486a",
13+
strip_prefix = "lowrisc-toolchain-rv32imcb-20240923-1",
1414
build_file = Label("//toolchains:BUILD.export_all.bazel"),
1515
)

0 commit comments

Comments
 (0)