authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:24:52 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-09-03 02:24:52 -07:00
logf7b6255bfb42fd83605ec41fdc912ad3b8e1aa2d
treed67386e11cb94c17a8caa550f9a14aeee2abf4ed
parent26b16273bda24a08741ddc60a9be0a62473dd653

deps: update marlersoft/zigwin32


2 files changed, 4 insertions(+), 4 deletions(-)

deps.zig+3-3
...@@ -54,7 +54,7 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step {...@@ -54,7 +54,7 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step {
54 const root = if (@field(package_data, decl.name).store) |_| b.cache_root.path.? else ".";54 const root = if (@field(package_data, decl.name).store) |_| b.cache_root.path.? else ".";
55 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });55 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
56 }56 }
57 step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "c778640d3dc153e900fbe37e2816b5176af3c802").step);57 step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "407a4c7b869ee3d10db520fdfae8b9faf9b2adb5").step);
58 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "38a018ad3a19d5b4663a5364d2d31271f250846b").step);58 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "38a018ad3a19d5b4663a5364d2d31271f250846b").step);
59 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "4dc8850883b49e4a452871298788b06b1af9fe24").step);59 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "4dc8850883b49e4a452871298788b06b1af9fe24").step);
60 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zfetch", "863be236188e5f24d16554f9dcd7df96dd254a13").step);60 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...@@ -174,9 +174,9 @@ fn checkMinZig(current: std.SemanticVersion, exe: *std.Build.Step.Compile) void
174174
175pub const package_data = struct {175pub const package_data = struct {
176 pub var _o6ogpor87xc2 = Package{176 pub var _o6ogpor87xc2 = Package{
177 .store = "/git/github.com/marlersoft/zigwin32/c778640d3dc153e900fbe37e2816b5176af3c802",177 .store = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5",
178 .name = "win32",178 .name = "win32",
179 .entry = "/git/github.com/marlersoft/zigwin32/c778640d3dc153e900fbe37e2816b5176af3c802/win32.zig",179 .entry = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5/win32.zig",
180 };180 };
181 pub var _u7sysdckdymi = Package{181 pub var _u7sysdckdymi = Package{
182 .store = "/git/github.com/nektro/arqv-ini/38a018ad3a19d5b4663a5364d2d31271f250846b",182 .store = "/git/github.com/nektro/arqv-ini/38a018ad3a19d5b4663a5364d2d31271f250846b",
zigmod.lock+1-1
...@@ -1,5 +1,5 @@...@@ -1,5 +1,5 @@
1212
2git https://github.com/marlersoft/zigwin32 commit-c778640d3dc153e900fbe37e2816b5176af3c8022git https://github.com/marlersoft/zigwin32 commit-407a4c7b869ee3d10db520fdfae8b9faf9b2adb5
3git https://github.com/nektro/arqv-ini commit-38a018ad3a19d5b4663a5364d2d31271f250846b3git https://github.com/nektro/arqv-ini commit-38a018ad3a19d5b4663a5364d2d31271f250846b
4git https://github.com/nektro/iguanaTLS commit-4dc8850883b49e4a452871298788b06b1af9fe244git https://github.com/nektro/iguanaTLS commit-4dc8850883b49e4a452871298788b06b1af9fe24
5git https://github.com/nektro/zfetch commit-863be236188e5f24d16554f9dcd7df96dd254a135git https://github.com/nektro/zfetch commit-863be236188e5f24d16554f9dcd7df96dd254a13