Skip to content

Commit 4146a90

Browse files
committed
fix(app): deps hash
1 parent 66d8894 commit 4146a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app2/app2.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _: {
2020
{
2121
packages = {
2222
app2 = jsPkgs.buildNpmPackage {
23-
npmDepsHash = "sha256-ByFGAIJ77fe+zbZHmNe/PvVU/N1QTbjqB4W8p2TJqCg=";
23+
npmDepsHash = "sha256-4iHm9HkGsQzVmonjtTLbRIHHQRC9ser23gfMzYL6z2A=";
2424
src = ./.;
2525
sourceRoot = "app2";
2626
npmFlags = [ "--legacy-peer-deps" ];

0 commit comments

Comments
 (0)