From e64b016cfcefe93ede5eddd626fd373454167cbe Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Fri, 29 May 2026 09:26:30 +1200 Subject: [PATCH] fixed fingerprint --- build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.zig.zon b/build.zig.zon index d5f973f..293b1c7 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -22,7 +22,7 @@ // original project's identity. Thus it is recommended to leave the comment // on the following line intact, so that it shows up in code reviews that // modify the field. - .fingerprint = 0xea4a93eaf5dec5a2, // Changing this has security and trust implications. + .fingerprint = 0x176bbc243c0305f9, // Changing this has security and trust implications. // Tracks the earliest Zig version that the package considers to be a // supported use case. .minimum_zig_version = "0.16.0",