From 2d64da89dedc051c0d6b9d119ccc33d991902abe Mon Sep 17 00:00:00 2001 From: Beyley Thomas Date: Wed, 20 Mar 2024 14:03:07 -0700 Subject: [PATCH] update to latest mach version --- .github/workflows/build.yml | 2 ++ build.zig.zon | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62bfb60..51ed9e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,8 @@ jobs: - name: Install Zig uses: goto-bus-stop/setup-zig@v2 + with: + version: 0.12.0-dev.2063+804cee3b9 - name: Build if: matrix.os == 'windows-latest' diff --git a/build.zig.zon b/build.zig.zon index c5704c1..2b6f147 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,12 +3,12 @@ .version = "0.0.0", .dependencies = .{ .mach = .{ - .url = "https://pkg.machengine.org/mach/f42135795afaf52307f3a2a8757462fd8efa71ac.tar.gz", - .hash = "12208fd50c06eaa0a88a489303da7ed99fb4fea839b6b75a10990d014aadc638c2d0", + .url = "https://pkg.machengine.org/mach/279290bbf2f1adab0af00323280a07d6bfff47a5.tar.gz", + .hash = "1220ba5472217ef81455b19d540967049bbfaf768b30d04534865707e907ee1c4aec", }, .zigimg = .{ - .url = "https://github.com/Beyley/zigimg/archive/d54b946d4b33cf1a18c31ab8ce6a1b4e4f7c2d38.tar.gz", - .hash = "1220a1ac633472925863401189e4de1cbf441736dd100c17c19a837ee0f31632d647", + .url = "https://github.com/zigimg/zigimg/archive/8873f29fc449e1b63400e9f4ad86d3c76204f962.tar.gz", + .hash = "122019f6439545235af116d0d8eb81fde1ff05fdb070da57c723772c557f84c5bf39", }, .clap = .{ .url = "https://github.com/Hejsil/zig-clap/archive/0f2db7700b05356ebb1ccddbbf1797048925f072.tar.gz",