From cdffedca2b2fcc8b41fbaa32657bbe082cbda8a3 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 27 Jun 2024 22:20:38 +0200 Subject: [PATCH] fix(windows): update thespian to fix subprocess handling on windows --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index f3b2bc0..da19fb8 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -16,8 +16,8 @@ .hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362", }, .thespian = .{ - .url = "https://github.com/neurocyte/thespian/archive/379b7e8abfaa27ab3b9b9eb1b43045d2289e1e9b.tar.gz", - .hash = "1220fba5b3b5db1dd8fd001091288793a2b836e14dce1d47d7ce236f8fae6beb8080", + .url = "https://github.com/neurocyte/thespian/archive/fa72fb879c94d26603e4631f1f0ec9c55ba2f5c6.tar.gz", + .hash = "1220d3bbcb7b346e297d444323a23fe11799cccaa5c6f80b67d2c39433c7e299c136", }, .themes = .{ .url = "https://github.com/neurocyte/flow-themes/releases/download/master-15e8cad1619429bf2547a6819b5b999510d5c1e5/flow-themes.tar.gz",