From f8b04fae5c33675930869c1ca7aa7d37f4dd7c88 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 11 Apr 2024 09:19:51 -0400 Subject: [PATCH] update libxev --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 00e737cf4..06b63ab20 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .dependencies = .{ // Zig libs .libxev = .{ - .url = "https://github.com/mitchellh/libxev/archive/0f73adfda1cff9c740160717b5431ebada6b8755.tar.gz", - .hash = "12203dcbe098ee49ea242432cd198b1ca557626988f056bea86630dcfe8660244407", + .url = "https://github.com/mitchellh/libxev/archive/322466ddd9b44c48882b5a1ca3646dc939787a01.tar.gz", + .hash = "1220d04bc291d323bbc7c12d1b6fb931647964c55583b0c23877ec6664a50d72613d", }, .mach_glfw = .{ .url = "https://github.com/der-teufel-programming/mach-glfw/archive/250affff8c52d1eaa0fab2ef1118f691bf1225ec.tar.gz",