File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def qemu_binary_repos(local = None):
20
20
http_archive_or_local (
21
21
name = "qemu" ,
22
22
local = local ,
23
- url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /qemu-binaries.tar.xz" ,
23
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.15 /qemu-binaries.tar.xz" ,
24
24
sha256 = "97d9ed96c65a23c020822b6ba66191601e58c68633c9f1cfe2cd5285c722698b" ,
25
25
build_file = Label ("//third_party/qemu:BUILD.qemu.bazel" ),
26
26
strip_prefix = "qemu" ,
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ def cc65_repos(local = None):
8
8
http_archive_or_local (
9
9
name = "cc65_files" ,
10
10
local = local ,
11
- url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /cc65-binaries.tar.xz" ,
12
- sha256 = "f81b200071feba068e9a1c33012c9ef1e55667e77d748402e6e3b8352436e31c " ,
11
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.15 /cc65-binaries.tar.xz" ,
12
+ sha256 = "36a92eb00a398604b2a28948abb5e0a04fe5496fa0b1c8e70207faa931d9e632 " ,
13
13
strip_prefix = "cc65" ,
14
14
build_file = Label ("//toolchains:BUILD.export_all.bazel" ),
15
15
)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ def gcc_mxe_mingw32_repos(local = None):
8
8
http_archive_or_local (
9
9
name = "gcc_mxe_mingw32_files" ,
10
10
local = local ,
11
- url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /mxe-binaries-win32.tar.xz" ,
12
- sha256 = "215b9dfa070687dafab29453b04a075e7955c2c7f3b8d16960207cfde730f126 " ,
11
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.15 /mxe-binaries-win32.tar.xz" ,
12
+ sha256 = "17d3f555ad883a3752bf08e04d0d9f4bb8d5170bdacee90d39c57f6bf471e2ce " ,
13
13
strip_prefix = "mxe" ,
14
14
build_file = Label ("//toolchains:BUILD.export_all.bazel" ),
15
15
)
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ def gcc_mxe_mingw64_repos(local = None):
8
8
http_archive_or_local (
9
9
name = "gcc_mxe_mingw64_files" ,
10
10
local = local ,
11
- url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /mxe-binaries-win64.tar.xz" ,
12
- sha256 = "9ca28457ee854ad55c6e7e5067aed4abe2cd835e80ce44b273e7a46e68f23396 " ,
11
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.15 /mxe-binaries-win64.tar.xz" ,
12
+ sha256 = "04d505bf4c26807d9b893fb6c6e2c15de2ea07011d35b1ffb9f3033ac5d0a8d9 " ,
13
13
strip_prefix = "mxe" ,
14
14
build_file = Label ("//toolchains:BUILD.export_all.bazel" ),
15
15
)
You can’t perform that action at this time.
0 commit comments