From dfc42585ce7ad2253596acc4223166627c3103e4 Mon Sep 17 00:00:00 2001 From: Chinmay Dalal <~chinmay/public-inbox@lists.sr.ht> Date: Wed, 8 Jul 2026 21:53:41 -0400 Subject: [PATCH] build(zig): bump ziglua to fix building with system lua incorporates https://github.com/natecraddock/ziglua/commit/9ae39fa50b1ab8427d35f963216116d7bff1e584 --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 29cc6b192e..f232e915a4 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,8 +6,8 @@ .dependencies = .{ .zlua = .{ - .url = "git+https://github.com/natecraddock/ziglua#2f0f668a9a7e7d4ab5d90853958837bae5bc3ca2", - .hash = "zlua-0.1.0-hGRpC8aUBQD4jNxDkqeKXAk_5HInJKze1SWVYbYkLuxO", + .url = "git+https://github.com/natecraddock/ziglua.git#9ae39fa50b1ab8427d35f963216116d7bff1e584", + .hash = "zlua-0.1.0-hGRpC1mUBQCNQf4CnmRTM4I7gxE3YpCvZ-p2EarlcyER", }, .lpeg = .{ .url = "https://github.com/neovim/deps/raw/d495ee6f79e7962a53ad79670cb92488abe0b9b4/opt/lpeg-1.1.0.tar.gz",