Skip to content

Commit f7b6255

Browse files
committed
deps: update marlersoft/zigwin32
1 parent 26b1627 commit f7b6255

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deps.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step {
5454
const root = if (@field(package_data, decl.name).store) |_| b.cache_root.path.? else ".";
5555
if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
5656
}
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);
5858
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "38a018ad3a19d5b4663a5364d2d31271f250846b").step);
5959
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "4dc8850883b49e4a452871298788b06b1af9fe24").step);
6060
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
174174

175175
pub const package_data = struct {
176176
pub var _o6ogpor87xc2 = Package{
177-
.store = "/git/github.com/marlersoft/zigwin32/c778640d3dc153e900fbe37e2816b5176af3c802",
177+
.store = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5",
178178
.name = "win32",
179-
.entry = "/git/github.com/marlersoft/zigwin32/c778640d3dc153e900fbe37e2816b5176af3c802/win32.zig",
179+
.entry = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5/win32.zig",
180180
};
181181
pub var _u7sysdckdymi = Package{
182182
.store = "/git/github.com/nektro/arqv-ini/38a018ad3a19d5b4663a5364d2d31271f250846b",

zigmod.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2
2-
git https://github.com/marlersoft/zigwin32 commit-c778640d3dc153e900fbe37e2816b5176af3c802
2+
git https://github.com/marlersoft/zigwin32 commit-407a4c7b869ee3d10db520fdfae8b9faf9b2adb5
33
git https://github.com/nektro/arqv-ini commit-38a018ad3a19d5b4663a5364d2d31271f250846b
44
git https://github.com/nektro/iguanaTLS commit-4dc8850883b49e4a452871298788b06b1af9fe24
55
git https://github.com/nektro/zfetch commit-863be236188e5f24d16554f9dcd7df96dd254a13

0 commit comments

Comments
 (0)