Update nix derivation sha

This commit is contained in:
Arnie 2023-06-02 13:51:38 +02:00
parent 75325472b8
commit f8db5d68cc

View File

@ -47,7 +47,7 @@ let
cp -a dist $out cp -a dist $out
''; '';
npmInstallFlags = "--no-audit --no-progress --no-fund"; npmInstallFlags = "--no-audit --no-progress --no-fund";
npmDepsHash = "sha256-dnUbw0kfAA50ZaQ91q/fC+gZhAGNo6vrSQBz6Qf2ngo="; npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY=";
npmPackFlags = [ "--ignore-scripts" ]; npmPackFlags = [ "--ignore-scripts" ];
}; };