Skip to content

Commit

Permalink
Update tags and hashes for v0.1.9-cc65
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrantz committed Jun 30, 2022
1 parent c2e2205 commit 83925fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions third_party/qemu/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def qemu_src_repos():
def qemu_binary_repos():
http_archive(
name = "qemu",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.8/qemu-binaries.tar.xz",
sha256 = "d6c7c4ee00c4341de9e316d1228ca6264cc40b904533f533c12d89cdce3836f3",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.9-cc65/qemu-binaries.tar.xz",
sha256 = "4f0af05c5ca356c9463f38c9218be7a452452725248e1731e58a332e12cb7a4b",
build_file = Label("//third_party/qemu:BUILD.qemu.bazel"),
strip_prefix = "qemu",
)
4 changes: 2 additions & 2 deletions toolchains/gcc_mxe_mingw64/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@crt//config:repo.bzl", "compiler_repository")
def gcc_mxe_mingw64_repos():
compiler_repository(
name = "gcc_mxe_mingw64_files",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.8/mxe-binaries.tar.xz",
sha256 = "21a03dc553789e394c47224cc5c3998ee96d4c30a7c5896e375dcb0d77b987af",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.9-cc65/mxe-binaries.tar.xz",
sha256 = "37e990d99366f2fafd65411535c422066aaed3c0dcd5e2ac06446f500dfb2dc8",
strip_prefix = "mxe",
)

0 comments on commit 83925fa

Please sign in to comment.