From 8146f01c844f723d9078377ccfc4fa783e685d58 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 27 Jun 2024 21:07:54 +0200 Subject: [PATCH] fix(windows): update thespian to fix @intCast crash on windows --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 609206b..92d38cc 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -16,8 +16,8 @@ .hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362", }, .thespian = .{ - .url = "https://github.com/neurocyte/thespian/archive/f1a89bdf9d9fac2cd7d6c1479e5bc99c8dd4c904.tar.gz", - .hash = "1220f1f69aaad041ca96e5a06fb14ff510c3775d809a37a83b8651e7f0f71be8deaf", + .url = "https://github.com/neurocyte/thespian/archive/379b7e8abfaa27ab3b9b9eb1b43045d2289e1e9b.tar.gz", + .hash = "1220fba5b3b5db1dd8fd001091288793a2b836e14dce1d47d7ce236f8fae6beb8080", }, .themes = .{ .url = "https://github.com/neurocyte/flow-themes/releases/download/master-15e8cad1619429bf2547a6819b5b999510d5c1e5/flow-themes.tar.gz",