From eadd2dc5b038635dd5efc0cebf8ece461837ab6f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 8 Jun 2024 20:13:08 -0700 Subject: [PATCH] update deps --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 8568e082c..d48f1e0e0 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -14,8 +14,8 @@ .lazy = true, }, .zig_objc = .{ - .url = "https://github.com/mitchellh/zig-objc/archive/0d9ad4a9fe9eaaa3be58ab9ab7a03c69e04a2cbd.tar.gz", - .hash = "1220b153ba8c90de9eeccd3f36802e00e2e3b615610a1f0dfe7472255d8d982bed53", + .url = "https://github.com/mitchellh/zig-objc/archive/fe5ac419530cf800294369d996133fe9cd067aec.tar.gz", + .hash = "122034b3e15d582d8d101a7713e5f13c872b8b8eb6d9cb47515b8e34ee75e122630d", }, .zig_js = .{ .url = "https://github.com/mitchellh/zig-js/archive/d0b8b0a57c52fbc89f9d9fecba75ca29da7dd7d1.tar.gz",