From ee6f1ee68c89506ac0fda906f4f5d51d9f9692df Mon Sep 17 00:00:00 2001 From: superp00t Date: Fri, 5 Jul 2024 01:21:05 -0400 Subject: [PATCH] chore(build): update bc dependency --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 4ece132..4767abc 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,7 +9,7 @@ }, .bc = .{ .url = "https://github.com/thunderbrewhq/bc/archive/refs/heads/master.zip", - .hash = "12200621484500271138648816b6c8f99bfca5e4d7329ea4620aa4183549f2eac9ed", + .hash = "1220e186275786980a9929d7d4c4bc0765711218b44c4d47b304151de1289a03f8ec", }, .mem = .{ .url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip",