Skip to content

Commit 9b7d07b

Browse files
committed
fix: update lock file
1 parent 496c0c8 commit 9b7d07b

File tree

3 files changed

+1134
-1040
lines changed

3 files changed

+1134
-1040
lines changed

app/app.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _: {
2222
{
2323
packages = {
2424
app = unstablePkgs.buildNpmPackage {
25-
npmDepsHash = "sha256-iXb3mlWQpTIdlLCov/D2CXQP9oDAdqgQtPg5BavokiM=";
25+
npmDepsHash = "sha256-yrqA4Qp7iiGvSo/Xk0G5adXdVqgK8nGYGdXtvLp7EPk=";
2626
src = ./.;
2727
sourceRoot = "app";
2828
npmFlags = [ "--enable-pre-post-scripts" ];

0 commit comments

Comments
 (0)