From 1df2171f2cf5f6183e1e2783db5ffdfba96e26e3 Mon Sep 17 00:00:00 2001 From: bfredl Date: Tue, 21 Oct 2025 21:12:37 +0200 Subject: [PATCH] build(deps): bump zig to v0.15.2 --- .github/workflows/test.yml | 6 +++--- build.zig.zon | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2dc84b9b60..abf350df29 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -213,7 +213,7 @@ jobs: - uses: actions/checkout@v5 - uses: mlugg/setup-zig@v2 with: - version: 0.15.1 + version: 0.15.2 - run: sudo apt-get install -y inotify-tools # This is a workaround for "zig fetch" being unable to decompress lua-dev-deps.tar.gz @@ -239,7 +239,7 @@ jobs: - uses: actions/checkout@v5 - uses: mlugg/setup-zig@v2 with: - version: 0.15.1 + version: 0.15.2 - run: curl -L https://github.com/neovim/deps/raw/06ef2b58b0876f8de1a3f5a710473dcd7afff251/opt/lua-dev-deps.tar.gz | zcat > lua-dev-deps.tar - run: zig fetch lua-dev-deps.tar @@ -256,7 +256,7 @@ jobs: - uses: actions/checkout@v5 - uses: mlugg/setup-zig@v2 with: - version: 0.15.1 + version: 0.15.2 - run: curl -L https://github.com/neovim/deps/raw/06ef2b58b0876f8de1a3f5a710473dcd7afff251/opt/lua-dev-deps.tar.gz -O - run: 7z x lua-dev-deps.tar.gz diff --git a/build.zig.zon b/build.zig.zon index a73ab6d855..ca88f6c0a6 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -6,8 +6,8 @@ .dependencies = .{ .zlua = .{ - .url = "git+https://github.com/natecraddock/ziglua#6889b2d90ee6ae96810a9f04ec7c62d9aa91d088", - .hash = "zlua-0.1.0-hGRpCxctBQDEQgDArJ0Kc4RDIsD-Hw3pw9pPPw_kGmmY", + .url = "git+https://github.com/natecraddock/ziglua#a4d08d97795c312e63a0f09d456f7c6d280610b4", + .hash = "zlua-0.1.0-hGRpC5c9BQAfU5bkkFfLV9B4a7Prw8N7JPIFAZBbRCkq", }, .lpeg = .{ .url = "https://github.com/neovim/deps/raw/d495ee6f79e7962a53ad79670cb92488abe0b9b4/opt/lpeg-1.1.0.tar.gz",