From 139b2837559e65efc2ab1ed407bc2b18ec86e538 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 6 Jan 2025 20:47:07 +0100 Subject: [PATCH] fix(winows): update thespian to fix a race in the subprocess module --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index c785080..b84f54a 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -18,8 +18,8 @@ .hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362", }, .thespian = .{ - .url = "https://github.com/neurocyte/thespian/archive/7850be31f88099655bc68eaad18e4d8575cdffbd.tar.gz", - .hash = "12203e0481c1b43e1f2ecfb6248cf7ee6cd66e8f3ddaf123a90c0bcca1f2b31656da", + .url = "https://github.com/neurocyte/thespian/archive/b7ace533875217f2b002f0ac8dfe32169cab7138.tar.gz", + .hash = "1220d25045c26cc8d2d46995d670ce10b64d0e3a3fa23cfded9a35d353b4d08cff08", }, .themes = .{ .url = "https://github.com/neurocyte/flow-themes/releases/download/master-0c2a187c604c63031225847a966b6ca279b2be91/flow-themes.tar.gz",