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.13 /qemu-binaries.tar.xz" ,
23
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /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.13 /cc65-binaries.tar.xz" ,
12
- sha256 = "2f073375c8227388e2279905076f50f997afc7f6e1874ad10b610d8c1ae1d95f " ,
11
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /cc65-binaries.tar.xz" ,
12
+ sha256 = "f81b200071feba068e9a1c33012c9ef1e55667e77d748402e6e3b8352436e31c " ,
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.13 /mxe-binaries-win32.tar.xz" ,
12
- sha256 = "6fd2bd6f80fe3772192a1f55c637f417b35e75fef775e1621355921ddf95bbd8 " ,
11
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /mxe-binaries-win32.tar.xz" ,
12
+ sha256 = "215b9dfa070687dafab29453b04a075e7955c2c7f3b8d16960207cfde730f126 " ,
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.13 /mxe-binaries-win64.tar.xz" ,
12
- sha256 = "2e161c86fdb72cecd2684b4af84813d47e7c777e16b17aa882b6141fb64243ec " ,
11
+ url = "https://github.com/lowRISC/crt/releases/download/v0.4.14 /mxe-binaries-win64.tar.xz" ,
12
+ sha256 = "9ca28457ee854ad55c6e7e5067aed4abe2cd835e80ce44b273e7a46e68f23396 " ,
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