authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 11:02:21 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 11:02:21 -08:00
log1f921b2b6f13e07e49f26e5e06310eaafc2de7ef
tree1e8082dc833214e8e2c87984841eb0f21e38552d
parent70996baa6c69c2e490b942475b80a74763a152ba

deps: MasterQ32/zig-uri: update for stage2


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

deps.zig+3-3
...@@ -49,7 +49,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {...@@ -49,7 +49,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {
49 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });49 if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
50 }50 }
51 exe.step.dependOn(&GitExactStep.create(b, "https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc", "24c01e844396d18a90bbbfb91f8a5a12023e9379").step);51 exe.step.dependOn(&GitExactStep.create(b, "https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc", "24c01e844396d18a90bbbfb91f8a5a12023e9379").step);
52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "e879df3a236869f92298fbe2db3c25e6e84cfd4c").step);52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "b7e688fc019e33f900fba0940eab74c81b480c13").step);
53 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "209f07cc5861c7bd9c3010a37f32bf6244f9a158").step);53 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "209f07cc5861c7bd9c3010a37f32bf6244f9a158").step);
54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "1a9b2e90379895e197893b6e19c93bd213ad36e6").step);54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "1a9b2e90379895e197893b6e19c93bd213ad36e6").step);
55 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "bd003aa75c8bc00e8a61a1be575b9305249dc749").step);55 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "bd003aa75c8bc00e8a61a1be575b9305249dc749").step);
...@@ -149,9 +149,9 @@ fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void...@@ -149,9 +149,9 @@ fn checkMinZig(current: std.SemanticVersion, exe: *std.build.LibExeObjStep) void
149149
150pub const package_data = struct {150pub const package_data = struct {
151 pub var _u9w9dpp6p804 = Package{151 pub var _u9w9dpp6p804 = Package{
152 .store = "/git/github.com/MasterQ32/zig-uri/e879df3a236869f92298fbe2db3c25e6e84cfd4c",152 .store = "/git/github.com/MasterQ32/zig-uri/b7e688fc019e33f900fba0940eab74c81b480c13",
153 .name = "uri",153 .name = "uri",
154 .entry = "/git/github.com/MasterQ32/zig-uri/e879df3a236869f92298fbe2db3c25e6e84cfd4c/uri.zig",154 .entry = "/git/github.com/MasterQ32/zig-uri/b7e688fc019e33f900fba0940eab74c81b480c13/uri.zig",
155 };155 };
156 pub var _o6ogpor87xc2 = Package{156 pub var _o6ogpor87xc2 = Package{
157 .store = "/git/github.com/marlersoft/zigwin32/209f07cc5861c7bd9c3010a37f32bf6244f9a158",157 .store = "/git/github.com/marlersoft/zigwin32/209f07cc5861c7bd9c3010a37f32bf6244f9a158",
zigmod.lock+1-1
...@@ -1,6 +1,6 @@...@@ -1,6 +1,6 @@
1212
2git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-24c01e844396d18a90bbbfb91f8a5a12023e93792git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-24c01e844396d18a90bbbfb91f8a5a12023e9379
3git https://github.com/MasterQ32/zig-uri commit-e879df3a236869f92298fbe2db3c25e6e84cfd4c3git https://github.com/MasterQ32/zig-uri commit-b7e688fc019e33f900fba0940eab74c81b480c13
4git https://github.com/marlersoft/zigwin32 commit-209f07cc5861c7bd9c3010a37f32bf6244f9a1584git https://github.com/marlersoft/zigwin32 commit-209f07cc5861c7bd9c3010a37f32bf6244f9a158
5git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e65git https://github.com/nektro/arqv-ini commit-1a9b2e90379895e197893b6e19c93bd213ad36e6
6git https://github.com/nektro/iguanaTLS commit-bd003aa75c8bc00e8a61a1be575b9305249dc7496git https://github.com/nektro/iguanaTLS commit-bd003aa75c8bc00e8a61a1be575b9305249dc749