From 81d63d6a708275fdcd324e498bf276635eeecfba Mon Sep 17 00:00:00 2001 From: rimuspp <19101das@gmail.com> Date: Sat, 27 Jan 2024 12:18:49 -0500 Subject: [PATCH] Updated zimpl to latest --- build.zig.zon | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 4135458..6c1cab9 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -21,9 +21,8 @@ // `hash`, otherwise you are communicating that you expect to find the old hash at // the new URL. // - .url = "https://github.com/jetzig-framework/zmpl/archive/refs/tags/0.0.1.tar.gz", - .hash = "12204256376f262a58935d66a2a0b41ac0447299b7e63a4c6ff160ddcef6572cd3c7", - + .url = "https://github.com/jetzig-framework/zmpl/archive/abe0d2b27f22b449eb021bcf8f5722fa38229c6a.tar.gz", + .hash = "122007e90e8db4781ef886cc6c11b4fba6d9b0cf79d0df0e616894c7f72ac1f5f4cb", // This is computed from the file contents of the directory of files that is // obtained after fetching `url` and applying the inclusion rules given by // `paths`.