From e7fa07cfeea6973bcad08092f612d9904b5f68f3 Mon Sep 17 00:00:00 2001 From: Shem <8585377+Southporter@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:15:06 -0500 Subject: [PATCH] Update build.zig.zon Hash was incorrect, this should be the correct hash --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index 6ad6264..e972d7b 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,7 +5,7 @@ .dependencies = .{ .@"tree-sitter" = .{ .url = "https://github.com/ziglibs/tree-sitter/archive/1be7d7a849f9242d6a74e1836a1cac6deefb5f7d.tar.gz", - .hash = "1220cbcf9093838fa5e22cb939cc6f22ed203edbe0769a4650a8e819ed16c79640e2", + .hash = "122037f860c2db559f7619bc945ac7e8ce90f3ad1c4547807c7779d879285a9341b7", }, }, }