From b270cb4772b7b42f3c8eb7f7af0326232c8e62db Mon Sep 17 00:00:00 2001 From: Ben Jordan Date: Wed, 05 Aug 2026 01:21:53 +0000 Subject: [PATCH] fixed utils import Change-Id: Ia74834af4df58b6c578efe37ee2e4f7c6a6a6964 --- build.zig.zon | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/build.zig.zon b/build.zig.zon --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .fingerprint = 0x93f3c6caf95e096a, // Changing this has security and trust implications. .minimum_zig_version = "0.16.0", .dependencies = .{ .utils = .{ - .url = "git+https://tangled.org/poecoh.com/utils#692a1bb210da57cd7106ee440be11012c682f208", - .hash = "utils-0.0.0-XVWM05MZAAB917q8nsXw1feTB2xBvJ0zSfFvvqV0udO_", + .url = "git+https://tangled.org/poecoh.com/utils#d3656b5b6dd79bee6910612e8d20224d120d0641", + .hash = "utils-0.0.0-XVWM07QZAADymcwovqIR2Oh32xzghAKT-njNj7bEbc-8", }, }, .paths = .{ -- tangled.sh