1
0

update nix npm dependencies hash

This commit is contained in:
Rokas Puzonas 2024-10-06 16:49:53 +03:00
parent 3e07a22110
commit 7ca62a7486

View File

@ -7,7 +7,7 @@ buildNpmPackage {
inherit version;
src = lib.cleanSource ./.;
npmDepsHash = "sha256-IQ96wS7EBN5D8VpDCdJJTzJky+fybIZjq4k/oASYwZk=";
npmDepsHash = "sha256-fE76/2s8rkh9COGoR4Seq1E0BPIGr774ETZzrSofu+E=";
installPhase = ''
mkdir -p $out/www
cp -r build/* $out/www