From 740f83c07f9cdd51db1332d01244f45955fb07e2 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Thu, 21 Mar 2024 19:10:09 -0500 Subject: [PATCH] dep: use upstream zigimg --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 1d18def..a893f94 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -8,8 +8,8 @@ .hash = "12208b23d1eb6dcb929e85346524db8f8b8aa1401bdf8a97dee1e0cfb55da8d5fb42", }, .zigimg = .{ - .url = "https://github.com/rockorager/zigimg/archive/19a49a7.tar.gz", - .hash = "1220ebfa8587cfd644995fc08e218dbb3ebd7344fb8e129ff02bc5a6d52a2325370d", + .url = "git+https://github.com/zigimg/zigimg#8873f29fc449e1b63400e9f4ad86d3c76204f962", + .hash = "122019f6439545235af116d0d8eb81fde1ff05fdb070da57c723772c557f84c5bf39", }, .gap_buffer = .{ .url = "https://github.com/ryleelyman/GapBuffer.zig/archive/6a746497d5a2494026d0f471e42556f1f153f153.tar.gz",