From f7b6255bfb42fd83605ec41fdc912ad3b8e1aa2d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 3 Sep 2024 02:24:52 -0700 Subject: [PATCH] deps: update marlersoft/zigwin32 --- deps.zig | 6 +++--- zigmod.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps.zig b/deps.zig index bcae7d311cbf81ffc8ef7ef956f19137d4cdfe61..eebc9aa58e69fe23835b0a3b042e714eb5921a5c 100644 --- a/deps.zig +++ b/deps.zig @@ -54,7 +54,7 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step { const root = if (@field(package_data, decl.name).store) |_| b.cache_root.path.? else "."; if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? }); } - step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "c778640d3dc153e900fbe37e2816b5176af3c802").step); + step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "407a4c7b869ee3d10db520fdfae8b9faf9b2adb5").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "38a018ad3a19d5b4663a5364d2d31271f250846b").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "4dc8850883b49e4a452871298788b06b1af9fe24").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zfetch", "863be236188e5f24d16554f9dcd7df96dd254a13").step); @@ -174,9 +174,9 @@ fn checkMinZig(current: std.SemanticVersion, exe: *std.Build.Step.Compile) void pub const package_data = struct { pub var _o6ogpor87xc2 = Package{ - .store = "/git/github.com/marlersoft/zigwin32/c778640d3dc153e900fbe37e2816b5176af3c802", + .store = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5", .name = "win32", - .entry = "/git/github.com/marlersoft/zigwin32/c778640d3dc153e900fbe37e2816b5176af3c802/win32.zig", + .entry = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5/win32.zig", }; pub var _u7sysdckdymi = Package{ .store = "/git/github.com/nektro/arqv-ini/38a018ad3a19d5b4663a5364d2d31271f250846b", diff --git a/zigmod.lock b/zigmod.lock index aac7c26a42cd4de0b2cf2027a28ca5009ddf41b3..d3aab1b0f40f9c745bc3431e1d1fdc5c85f982ab 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -1,5 +1,5 @@ 2 -git https://github.com/marlersoft/zigwin32 commit-c778640d3dc153e900fbe37e2816b5176af3c802 +git https://github.com/marlersoft/zigwin32 commit-407a4c7b869ee3d10db520fdfae8b9faf9b2adb5 git https://github.com/nektro/arqv-ini commit-38a018ad3a19d5b4663a5364d2d31271f250846b git https://github.com/nektro/iguanaTLS commit-4dc8850883b49e4a452871298788b06b1af9fe24 git https://github.com/nektro/zfetch commit-863be236188e5f24d16554f9dcd7df96dd254a13 -- 2.54.0