From ee7200d5ff7afc51f74cadb35122a20f00784c94 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 1 Aug 2024 10:13:18 -0700 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 f4e181fe0..d0339ae6e 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .dependencies = .{ // Zig libs .libxev = .{ - .url = "https://github.com/mitchellh/libxev/archive/a42b74ae8139738a14148f94543c659ec2d5b92b.tar.gz", - .hash = "1220ff99305b4072365c5b1dfada4ba2fa3dc51b38118f39365cdc63469953840365", + .url = "https://github.com/mitchellh/libxev/archive/4f98f5c62a2589bf87824328aeca5e683578a99a.tar.gz", + .hash = "12202a7f7bfb29aa85b1133589c4d64db2b0220c17629854c9e56947a8c727e54c22", }, .mach_glfw = .{ .url = "https://github.com/mitchellh/mach-glfw/archive/37c2995f31abcf7e8378fba68ddcf4a3faa02de0.tar.gz",