Skip to content

Commit 084ab00

Browse files
author
Thilo Hohlt
authored
Merge pull request #32 from archtika/devel
Update npm dependencies
2 parents d8b4717 + d066649 commit 084ab00

File tree

11 files changed

+1087
-1302
lines changed

11 files changed

+1087
-1302
lines changed

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let
1010
web = buildNpmPackage {
1111
name = "web-app";
1212
src = ../web-app;
13-
npmDepsHash = "sha256-VC5aoKqbH/Z7CTeYI6ERjW2o4a/qb0HPACLDdJaGIx0=";
13+
npmDepsHash = "sha256-2udi8vLLvdoZxIyRKLOCfEpEMsooxsIrM1wiua1QPAI=";
1414
npmFlags = [ "--legacy-peer-deps" ];
1515
installPhase = ''
1616
mkdir -p $out/web-app

0 commit comments

Comments
 (0)