Skip to content

Commit 3c55d43

Browse files
authored
fix(app): remove v0 api dependency (#3134)
2 parents 3027e5f + 9b7d07b commit 3c55d43

File tree

4 files changed

+1113
-991
lines changed

4 files changed

+1113
-991
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-DD7rjuzM5RSfubkK8hNH3qKAmEf3oy1e7hyR3gi9Kb0=";
25+
npmDepsHash = "sha256-yrqA4Qp7iiGvSo/Xk0G5adXdVqgK8nGYGdXtvLp7EPk=";
2626
src = ./.;
2727
sourceRoot = "app";
2828
npmFlags = [ "--enable-pre-post-scripts" ];

0 commit comments

Comments
 (0)