authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-29 06:01:22 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-29 06:01:22 -07:00
logb32f463cdee6897e5ac5f8354f54bbab52ab05b4
treef0b14b81a3dc41116a93c53d93c61ce8fe56c831
parent1cdce9c329527a6326be7033b64e6cda6a54c5f7
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

deps: more misc changes


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

deps.zig+6-6
......@@ -59,9 +59,9 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step {
5959 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "3450aaf3ca47986540e2b0258c2affc45af64ea2").step);
6060 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zfetch", "40d141bf7db81f05a83cce5f2edc4b14e41a5c34").step);
6161 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "5f89211a749aef6bf518889c0467ceb24825c055").step);
62 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "8d553ba6283f778965678ee73b17ae1e2019440d").step);
62 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "9285c96497ec5debae97a859e69976148a66aa7a").step);
6363 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "c2c581aa6a38438dd9ed8da0f59019691c5dd45d").step);
64 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-git", "70d5ded3d5699c452cb3f4298ee2822cfc0f814e").step);
64 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-git", "acb6691534e00ded166cccc272e17efbf613a2ab").step);
6565 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "4cddefa42744d61067567b0b36b5d2bb376e5ae3").step);
6666 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-intrusive-parser", "eec3155dc8188b8440cb6097cc436f49511f01cd").step);
6767 step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "80e943ac8734b91da3560c8f45bbe702d833ac11").step);
......@@ -267,9 +267,9 @@ pub const package_data = struct {
267267 .deps = &[_]*Package{ &_f7dubzb7cyqe, &_h7tv7ayhffak, &_vph9l0hxpeze, &_kscsl0145t7x, &_iecwp4b3bsfm },
268268 };
269269 pub var _0k64oe2nuzvj = Package{
270 .store = "/git/github.com/nektro/zig-git/70d5ded3d5699c452cb3f4298ee2822cfc0f814e",
270 .store = "/git/github.com/nektro/zig-git/acb6691534e00ded166cccc272e17efbf613a2ab",
271271 .name = "git",
272 .entry = "/git/github.com/nektro/zig-git/70d5ded3d5699c452cb3f4298ee2822cfc0f814e/git.zig",
272 .entry = "/git/github.com/nektro/zig-git/acb6691534e00ded166cccc272e17efbf613a2ab/git.zig",
273273 .deps = &[_]*Package{ &_iecwp4b3bsfm, &_f7dubzb7cyqe, &_ede2wygpe1iy, &_vph9l0hxpeze, &_kscsl0145t7x, &_0e2d06bb494b },
274274 };
275275 pub var _ocmr9rtohgcc = Package{
......@@ -285,9 +285,9 @@ pub const package_data = struct {
285285 .deps = &[_]*Package{ &_ocmr9rtohgcc },
286286 };
287287 pub var _2ovav391ivak = Package{
288 .store = "/git/github.com/nektro/zig-detect-license/8d553ba6283f778965678ee73b17ae1e2019440d",
288 .store = "/git/github.com/nektro/zig-detect-license/9285c96497ec5debae97a859e69976148a66aa7a",
289289 .name = "detect-license",
290 .entry = "/git/github.com/nektro/zig-detect-license/8d553ba6283f778965678ee73b17ae1e2019440d/src/lib.zig",
290 .entry = "/git/github.com/nektro/zig-detect-license/9285c96497ec5debae97a859e69976148a66aa7a/src/lib.zig",
291291 .deps = &[_]*Package{ &_pt88y5d80m25, &_96h80ezrvj7i },
292292 };
293293 pub var _g982zq6e8wsv = Package{
zigmod.lock+2-2
......@@ -4,9 +4,9 @@ git https://github.com/nektro/arqv-ini commit-ab427a4de4f875eaa39ee56a29114fc020
44git https://github.com/nektro/iguanaTLS commit-3450aaf3ca47986540e2b0258c2affc45af64ea2
55git https://github.com/nektro/zfetch commit-40d141bf7db81f05a83cce5f2edc4b14e41a5c34
66git https://github.com/nektro/zig-ansi commit-5f89211a749aef6bf518889c0467ceb24825c055
7git https://github.com/nektro/zig-detect-license commit-8d553ba6283f778965678ee73b17ae1e2019440d
7git https://github.com/nektro/zig-detect-license commit-9285c96497ec5debae97a859e69976148a66aa7a
88git https://github.com/nektro/zig-extras commit-c2c581aa6a38438dd9ed8da0f59019691c5dd45d
9git https://github.com/nektro/zig-git commit-70d5ded3d5699c452cb3f4298ee2822cfc0f814e
9git https://github.com/nektro/zig-git commit-acb6691534e00ded166cccc272e17efbf613a2ab
1010git https://github.com/nektro/zig-inquirer commit-4cddefa42744d61067567b0b36b5d2bb376e5ae3
1111git https://github.com/nektro/zig-intrusive-parser commit-eec3155dc8188b8440cb6097cc436f49511f01cd
1212git https://github.com/nektro/zig-json commit-80e943ac8734b91da3560c8f45bbe702d833ac11