Update npm deps hash
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Arnie 2024-10-25 23:49:08 +02:00
parent 344d34d3f5
commit a0980213fd

View File

@ -28,7 +28,7 @@
npm run check npm run check
''; '';
npmInstallFlags = "--no-audit --no-progress --no-fund"; npmInstallFlags = "--no-audit --no-progress --no-fund";
npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY="; npmDepsHash = "sha256-yINvhHFYT00khqo9D3rIDNSvJMdhQ1M5xa9SJEDZito=";
npmPackFlags = [ "--ignore-scripts" ]; npmPackFlags = [ "--ignore-scripts" ];
}; };