authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-15 11:06:03 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-11-16 09:13:20 -08:00
logdc1716e91af42b31f0d46b020c6315faf82ce853
tree7d18df6cb868f0d105787a2d4617af0c1e5c1ea6
parentd8aa0b1f1b2743e5ef999b3fd5a0621623451a08

deps: nektro/iguanaTLS update for stage2


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

deps.zig+3-3
...@@ -52,7 +52,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {...@@ -52,7 +52,7 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {
52 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/MasterQ32/zig-uri", "b7e688fc019e33f900fba0940eab74c81b480c13").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", "5ad811124d46018df53bbff6e90a37097a8f170c").step);
56 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "8d6fdb4983a616940c1d5137110292a7862f6a7e").step);56 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "8d6fdb4983a616940c1d5137110292a7862f6a7e").step);
57 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "de5c285d999eea68b9189b48bb000243fef0a689").step);57 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "de5c285d999eea68b9189b48bb000243fef0a689").step);
58 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "01fae956e2f17aa992e717e041a3dd457d440b31").step);58 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "01fae956e2f17aa992e717e041a3dd457d440b31").step);
...@@ -164,9 +164,9 @@ pub const package_data = struct {...@@ -164,9 +164,9 @@ pub const package_data = struct {
164 .entry = "/git/github.com/nektro/arqv-ini/1a9b2e90379895e197893b6e19c93bd213ad36e6/src/ini.zig",164 .entry = "/git/github.com/nektro/arqv-ini/1a9b2e90379895e197893b6e19c93bd213ad36e6/src/ini.zig",
165 };165 };
166 pub var _csbnipaad8n7 = Package{166 pub var _csbnipaad8n7 = Package{
167 .store = "/git/github.com/nektro/iguanaTLS/bd003aa75c8bc00e8a61a1be575b9305249dc749",167 .store = "/git/github.com/nektro/iguanaTLS/5ad811124d46018df53bbff6e90a37097a8f170c",
168 .name = "iguanaTLS",168 .name = "iguanaTLS",
169 .entry = "/git/github.com/nektro/iguanaTLS/bd003aa75c8bc00e8a61a1be575b9305249dc749/src/main.zig",169 .entry = "/git/github.com/nektro/iguanaTLS/5ad811124d46018df53bbff6e90a37097a8f170c/src/main.zig",
170 };170 };
171 pub var _s84v9o48ucb0 = Package{171 pub var _s84v9o48ucb0 = Package{
172 .store = "/git/github.com/nektro/zig-ansi/8d6fdb4983a616940c1d5137110292a7862f6a7e",172 .store = "/git/github.com/nektro/zig-ansi/8d6fdb4983a616940c1d5137110292a7862f6a7e",
zigmod.lock+1-1
...@@ -3,7 +3,7 @@ git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-24c01...@@ -3,7 +3,7 @@ git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc commit-24c01
3git https://github.com/MasterQ32/zig-uri commit-b7e688fc019e33f900fba0940eab74c81b480c133git 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-5ad811124d46018df53bbff6e90a37097a8f170c
7git https://github.com/nektro/zig-ansi commit-8d6fdb4983a616940c1d5137110292a7862f6a7e7git https://github.com/nektro/zig-ansi commit-8d6fdb4983a616940c1d5137110292a7862f6a7e
8git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48bb000243fef0a6898git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48bb000243fef0a689
9git https://github.com/nektro/zig-extras commit-01fae956e2f17aa992e717e041a3dd457d440b319git https://github.com/nektro/zig-extras commit-01fae956e2f17aa992e717e041a3dd457d440b31