Skip to content

Commit

Permalink
Update tags and hashes for v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrantz committed Jun 29, 2022
1 parent eb7cd9e commit 0d5e351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/qemu/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def qemu_binary_repos():
http_archive(
name = "qemu",
urls = [
"https://github.com/cfrantz/crt/releases/download/v0.1.6/qemu-binaries.tar.xz",
"https://github.com/cfrantz/crt/releases/download/v0.1.7/qemu-binaries.tar.xz",
],
sha256 = "36747138de22b2aa620ab05cdee8e40d015c3384038ec68d009316ca82a8494f",
build_file = Label("//third_party/qemu:BUILD.qemu.bazel"),
Expand Down
2 changes: 1 addition & 1 deletion toolchains/gcc_mxe_mingw64/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ load("@crt//config:repo.bzl", "compiler_repository")
def gcc_mxe_mingw64_repos():
compiler_repository(
name = "gcc_mxe_mingw64_files",
url = "https://github.com/cfrantz/mxe/releases/download/v0.1.6/mxe-binaries.tar.xz",
url = "https://github.com/cfrantz/crt/releases/download/v0.1.7/mxe-binaries.tar.xz",
strip_prefix = "mxe",
)

0 comments on commit 0d5e351

Please sign in to comment.