From 996873579543929bb7536abfc01578f85d86e335 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sat, 24 Feb 2024 08:14:44 -0600 Subject: [PATCH] zigimg: use fork until PR merged Use my fork of zigimg with the updated zlib api. Revert back to zigimg/zigimg once that PR is merged. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 7f420d0..b82cc2b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -8,8 +8,8 @@ .hash = "1220e097fbfb3a15a6f3484cf507f1f10ab571d1bcf519c3b5447ca727782b7a5264", }, .zigimg = .{ - .url = "https://github.com/zigimg/zigimg/archive/2224f91.tar.gz", - .hash = "12207067e4892c48369415268648380859baa89c324748ae5bfda414a12868c9fc8b", + .url = "https://github.com/rockorager/zigimg/archive/19a49a7.tar.gz", + .hash = "1220ebfa8587cfd644995fc08e218dbb3ebd7344fb8e129ff02bc5a6d52a2325370d", }, }, }