Skip to content

Commit

Permalink
chore: update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Jun 30, 2024
1 parent da0cb1b commit a52a077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
packages = {
app = unstablePkgs.buildNpmPackage {
npmDepsHash = "sha256-y5a4YjVk82ryKVaIet3bKgKV0AyEG8maQCj6+Fl19zY=";
npmDepsHash = "sha256-VY+PzwSNofZvLNyJPB1a8mBrwgjk6O8VoiQ9atIyYkI=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--legacy-peer-deps" ];
Expand Down

0 comments on commit a52a077

Please sign in to comment.