fix(frontend): update npmDepsHash for bumped lockfile
package-lock.json was updated in 9edd3750 (dompurify/marked/esbuild
bumps) but npmDepsHash in nix/packages/frontend.nix wasn't recomputed,
breaking the frontend FOD build on main (hash mismatch, fixes #2539).
Recomputed via prefetch-npm-deps frontend/package-lock.json.
This commit is contained in:
parent
4737ab02b8
commit
e0b0568d69
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ buildNpmPackage {
|
||||||
# Update whenever the lockfile changes. Recompute locally with the
|
# Update whenever the lockfile changes. Recompute locally with the
|
||||||
# same command (`pkgs.prefetch-npm-deps`), or let the build fail
|
# same command (`pkgs.prefetch-npm-deps`), or let the build fail
|
||||||
# and copy the actual hash from the error message.
|
# and copy the actual hash from the error message.
|
||||||
npmDepsHash = "sha256-/aklU+l5HqSs4l68gf9J3mgyKM30reBgTkaEjtx2MNY=";
|
npmDepsHash = "sha256-jRHMoaE4z9T/K+OfpXorYwGGo4Fp2Dk/+wTMR56kmdA=";
|
||||||
|
|
||||||
# `npm run build` recurses into all workspaces (`--workspaces
|
# `npm run build` recurses into all workspaces (`--workspaces
|
||||||
# --if-present`). The workspaces' build scripts each run their own
|
# --if-present`). The workspaces' build scripts each run their own
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue