this repo has no description

Update nix/cache.nix hash

It seems it become stale after Zig deps updates.

authored by knightpp.bsky.social and committed by

Tangled a800f861 81873fee

+1 -1
+1 -1
nix/cache.nix
··· 17 17 mv $ZIG_GLOBAL_CACHE_DIR/p $out 18 18 ''; 19 19 20 - outputHash = "sha256-hAq1/uE9eu/82+e079y+v9EnN0ViXX7k3GwkgQkxOyo="; 20 + outputHash = "sha256-le8JKDyBHOZliJZjiZHEM5Kl9MfBnCXkKFAyy1f0GDM="; 21 21 outputHashMode = "recursive"; 22 22 outputHashAlgo = "sha256"; 23 23 }