Skip to content

Commit d066649

Browse files
committed
Update npm deps hash
1 parent 9d06ab9 commit d066649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)