1

add cgo example; fix zig url

This commit is contained in:
2021-06-07 22:33:34 +03:00
committed by Motiejus Jakštys
parent 5daa23e987
commit 5860621c80
4 changed files with 19 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ def toolchain_repositories():
name = "com_github_ziglang_zig",
version = "0.8.0",
url_format = "https://ziglang.org/builds/zig-{host_platform}-{version}.tar.xz",
url_format = "https://ziglang.org/download/{version}/zig-{host_platform}-{version}.tar.xz",
host_platform_sha256 = {
"linux-x86_64": "502625d3da3ae595c5f44a809a87714320b7a40e6dff4a895b5fa7df3391d01e",
"macos-x86_64": "279f9360b5cb23103f0395dc4d3d0d30626e699b1b4be55e98fd985b62bc6fbe",