update Zig version in Nix

This commit is contained in:
Mitchell Hashimoto
2023-11-30 14:06:24 -08:00
parent 073868888c
commit 8f5f8fb0bd
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ const Version = @import("src/build/Version.zig");
// but we liberally update it. In the future, we'll be more careful about
// using released versions so that package managers can integrate better.
comptime {
const required_zig = "0.12.0-dev.1767+1e42a3de8";
const required_zig = "0.12.0-dev.1754+2a3226453";
const current_zig = builtin.zig_version;
const min_zig = std.SemanticVersion.parse(required_zig) catch unreachable;
if (current_zig.order(min_zig) == .lt) {

View File

@ -9,7 +9,7 @@
.hash = "1220be2c7b3f3a07b9150720140c7038f454a9ce0cbc5d303767c1e4a50856ec1b01",
},
.mach_glfw = .{
.url = "https://github.com/der-teufel-programming/mach-glfw/archive/577220552e1b31c4496d2e0df2fb5fbc9287b966.tar.gz",
.url = "https://github.com/hexops/mach-glfw/archive/577220552e1b31c4496d2e0df2fb5fbc9287b966.tar.gz",
.hash = "12204779ba2f14b46f569110f774d5c3f48b7a105b6717e668bc410710bceae62072",
},
.zig_objc = .{

6
flake.lock generated
View File

@ -257,11 +257,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1700439807,
"narHash": "sha256-8JOqjnlOsJWryzfZ61Zz0hfCW2m6mu8JnW0Sb/EWB3I=",
"lastModified": 1701259715,
"narHash": "sha256-k323e7C01XaVyvzprw6Lay51V1quKzkPOsrbEtkV390=",
"owner": "mitchellh",
"repo": "zig-overlay",
"rev": "0a3f3e96cbb0df6c70dd6c957c0fde90d8d57a78",
"rev": "3b7938f44a345b12f70f0e34d5492b75e4005767",
"type": "github"
},
"original": {