Skip to content

Commit

Permalink
build fix: update libsodium to get a build definition without aarch64_32
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Oct 11, 2024
1 parent 06523bf commit 1ba409d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 1ba409d

Please sign in to comment.