We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14bc13 commit d2e4722Copy full SHA for d2e4722
toolchains/lowrisc_rv32imcb/repository.bzl
@@ -8,8 +8,8 @@ def lowrisc_rv32imcb_repos(local = None):
8
http_archive_or_local(
9
name = "lowrisc_rv32imcb_files",
10
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",
+ 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",
14
build_file = Label("//toolchains:BUILD.export_all.bazel"),
15
)
0 commit comments