Update nix cache hash #13

merged
opened by anmolw.com targeting main
Changed files
+1 -1
nix
+1 -1
nix/cache.nix
··· 17 mv $ZIG_GLOBAL_CACHE_DIR/p $out 18 ''; 19 20 - outputHash = "sha256-lnOow40km0mcj21i2mTQiDGXLhcSxQ2kJoAgUhkQiEg="; 21 outputHashMode = "recursive"; 22 outputHashAlgo = "sha256"; 23 }
··· 17 mv $ZIG_GLOBAL_CACHE_DIR/p $out 18 ''; 19 20 + outputHash = "sha256-bfc2dlQa1VGq9S6OBeQawAJuvfxU4kgFtQ13fuKhdZc="; 21 outputHashMode = "recursive"; 22 outputHashAlgo = "sha256"; 23 }