nix: bump npmDepsHash for the new preact dependency
frontend/package-lock.json changed (preact added to dashboard + shared in the earlier commits on this branch) but the fixed-output npm-deps hash pinned in nix/checks.nix, nix/packages/frontend.nix, and nix/packages/swarm-ui.nix (all three hash the one shared lockfile, per checks.nix's own comment) wasn't updated to match — argus caught it on review. Recomputed with nix run nixpkgs#prefetch-npm-deps.
This commit is contained in:
parent
e14887164b
commit
92bb5340b7
3 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ buildNpmPackage {
|
|||
# Recompute with `prefetch-npm-deps frontend/package-lock.json`
|
||||
# whenever the lockfile changes — same value as `./frontend.nix`'s
|
||||
# `npmDepsHash`, both hash the one shared lockfile.
|
||||
npmDepsHash = "sha256-LIwW5Nn9cSqJHCm1czPIVxQdP5OqWk7U/4kvkwaj2ts=";
|
||||
npmDepsHash = "sha256-8mYI9b1nuQ8YNFkW/ezJwO5Qw6NJTDG+kspYozs/5cI=";
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
|
|
|||
Loading…
Reference in a new issue