Update npm deps hash

This commit is contained in:
thiloho
2024-08-23 18:46:59 +02:00
parent a7858329c7
commit 7191530d9b

View File

@@ -13,7 +13,7 @@ let
inherit pname version; inherit pname version;
name = "archtika-web-app"; name = "archtika-web-app";
src = ../web-app; src = ../web-app;
npmDepsHash = "sha256-FHmDvKyfQ33MWABmqL59PxIL47MMvevaiJhGTwXivFI="; npmDepsHash = "sha256-lO+4r/9jEbjkl6e2Dg84WJNin9zYgR7bmdPiBlHFxf0=";
npmFlags = [ "--legacy-peer-deps" ]; npmFlags = [ "--legacy-peer-deps" ];
installPhase = '' installPhase = ''
mkdir -p $out/web-app mkdir -p $out/web-app