From 1ba409df4a99447f15410fc34bb9b7bbe52b11d7 Mon Sep 17 00:00:00 2001 From: Coleman McFarland Date: Thu, 10 Oct 2024 19:58:15 -0400 Subject: [PATCH] build fix: update libsodium to get a build definition without aarch64_32 --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 649350d..a484443 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -18,8 +18,8 @@ .lazy = true, }, .libsodium = .{ - .url = "git+https://github.com/jedisct1/libsodium.git?ref=1.0.20-RELEASE#9511c982fb1d046470a8b42aa36556cdb7da15de", - .hash = "1220d265dc673167ffe4a3cefe2840893d2910cfd773cfb1893ff768d5f1351d2a1f", + .url = "git+https://github.com/jedisct1/libsodium.git#8c54312a62dd6383d692e56a65c57a2210d73936", + .hash = "1220944166c4372230bbffbc16a1a13e4de307709a034ee6c718828f5a4f949929c2", .lazy = true, }, },