From e0755b0a74df64e3d5cbbd3baa1e5d691bb0af51 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Tue, 12 Nov 2024 09:39:10 -0600 Subject: [PATCH] deps: update libvaxis to v0.5.1 Update libvaxis to v0.5.1, which contains the new URL for the zg dependency. The previous URL is now defunct, as zg has been transfered to Sam Atman. --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index ad9a92d11..0d13ca575 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -53,8 +53,8 @@ .hash = "1220fac17a112b0dd11ec85e5b31a30f05bfaed897c03f31285276544db30d010c41", }, .vaxis = .{ - .url = "git+https://github.com/rockorager/libvaxis?ref=main#a1b43d24653670d612b91f0855b165e6c987b809", - .hash = "1220e4d6fc82c487178339422887fdfd5094b15c242fe31ad596c4b2fcdc60ef667f", + .url = "https://github.com/rockorager/libvaxis/archive/refs/tags/v0.5.1.tar.gz", + .hash = "1220de23a3240e503397ea579de4fd85db422f537e10036ef74717c50164475813ce", }, .zf = .{ .url = "git+https://github.com/natecraddock/zf.git?ref=main#bb27a917c3513785c6a91f0b1c10002a5029cacc",