Merge pull request #313 from mitchellh/new-zig

update to zig 0.12.0-dev.141+ddf5859c2
This commit is contained in:
Mitchell Hashimoto
2023-08-20 09:16:48 -07:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@ -35,7 +35,7 @@ const system_sdk = @import("vendor/mach-glfw/system_sdk.zig");
// but we liberally update it. In the future, we'll be more careful about // but we liberally update it. In the future, we'll be more careful about
// using released versions so that package managers can integrate better. // using released versions so that package managers can integrate better.
comptime { comptime {
const required_zig = "0.11.0-dev.4404+4f6013bf5"; const required_zig = "0.12.0-dev.141+ddf5859c2";
const current_zig = builtin.zig_version; const current_zig = builtin.zig_version;
const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable; const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable;
if (current_zig.order(min_zig) == .lt) { if (current_zig.order(min_zig) == .lt) {

View File

@ -33,13 +33,13 @@ modules:
- cp -r ./* /app/tmp/zig - cp -r ./* /app/tmp/zig
sources: sources:
- type: archive - type: archive
url: https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.17+49244dc0c.tar.xz url: https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.141+ddf5859c2.tar.xz
sha256: c3ca657a7ff8324769c1f96556de5ce05f382b401f2c7a2b37c0b4bd4f532d87 sha256: eaf519b1ec3cb0f3c9bcbc47ead5f50610f9c106279a35b9feb09bed8afc628b
only-arches: only-arches:
- x86_64 - x86_64
- type: archive - type: archive
url: https://ziglang.org/builds/zig-linux-aarch64-0.12.0-dev.17+49244dc0c.tar.xz url: https://ziglang.org/builds/zig-linux-aarch64-0.12.0-dev.141+ddf5859c2.tar.xz
sha256: 0b03fa751155b9d3534828ec08c8a8469afac53a929aa2af6ec29a5e3100fe3d sha256: 4f918ae185a5dc281b5d30be92cd4c36ebd77b8665729c5e2c47a8eeccd243e8
only-arches: only-arches:
- aarch64 - aarch64

6
flake.lock generated
View File

@ -126,11 +126,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1691410097, "lastModified": 1692533224,
"narHash": "sha256-HoZ/JwddeysSKNYr7h3AqReCMXPcqgqW/eBVOekxhFM=", "narHash": "sha256-6Ok6wa/NrU1TcNTmwHWtXlaLB7fJJ5jZIjapZwXa9N8=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "9eda53e9001c54c810e24efe256c28d57a75d20d", "rev": "55481a7b2d14c925efdc62c36fa1e469e2c01bb6",
"type": "github" "type": "github"
}, },
"original": { "original": {

2
vendor/mach-glfw vendored

@ -1 +1 @@
Subproject commit 037ccd1a241cf71d6e777ef5fff1b1241cf652e0 Subproject commit 30727db96a3f6bccf51bcf2b68b200527f25fa9c