From ba68c7660a320e272db81beff1da3fa0294c70c0 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Sat, 25 Jul 2026 02:31:01 -0500 Subject: [PATCH] deps: fetch zat and websocket from tangled.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The websocket URL pointed at the GitHub mirror because 73429df — the setsockopt crash fix zat shipped in 0.3.18 — had only ever been pushed there. It is now on tangled.org main and tagged v0.1.11 (identical content hash, no code change), so zat v0.3.20 and zlay both fetch from the forge. Conformance unchanged: 43 of 49 rows match the published baseline, the five intended reject flips hold, and the sync11/commit2-valid control still accepts. --- build.zig.zon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 8ef2af7..b89c9cf 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,11 +5,11 @@ .minimum_zig_version = "0.16.0", .dependencies = .{ .zat = .{ - .url = "https://tangled.org/zat.dev/zat/archive/v0.3.19.tar.gz", - .hash = "zat-0.3.19-5PuC7jZtCwCcUNu_XXUq0FirEEji39L7XTqCEvfiuWzK", + .url = "https://tangled.org/zat.dev/zat/archive/v0.3.20.tar.gz", + .hash = "zat-0.3.20-5PuC7jptCwAJeTe-h5Np-5d4Tssg2F451f3-Mwe3HkIn", }, .websocket = .{ - .url = "https://github.com/zzstoatzz/websocket.zig/archive/73429df.tar.gz", + .url = "https://tangled.org/zzstoatzz.io/websocket.zig/archive/v0.1.11.tar.gz", .hash = "websocket-0.1.10-ZPISdUowBQAXIl_X9VpZozIxBLVf_o5wYjOMMdobrXF5", }, .pg = .{ -- 2.51.2