From c65ff8ea3d5fdb029a4645afa6b52cb7ae05dbc3 Mon Sep 17 00:00:00 2001 From: superp00t Date: Fri, 5 Jul 2024 01:26:16 -0400 Subject: [PATCH] chore(build): update squall dependency --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 157918f..cc687ae 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,7 +9,7 @@ }, .squall = .{ .url = "https://github.com/thunderbrewhq/squall/archive/refs/heads/master.zip", - .hash = "12203d06b0915454736d3feff49015777b5622ff9a759329eadc53e3252de4227e4e", + .hash = "12209ca2de75a672d95de79cacb1b2d9063dc6bbbc6bdac9d8ff27806fdab5ee5a12", }, .typhoon = .{ .url = "https://github.com/thunderbrewhq/typhoon/archive/refs/heads/master.zip",