Update nix/cache.nix hash #5

closed
opened by knightpp.bsky.social targeting main from knightpp.bsky.social/lsr: update-nix-cache-hash

It seems it become stale after Zig deps updates.

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