diff --git a/nix/packages/frontend.nix b/nix/packages/frontend.nix index 242752b5..75ba75dd 100644 --- a/nix/packages/frontend.nix +++ b/nix/packages/frontend.nix @@ -40,7 +40,7 @@ buildNpmPackage { # Update whenever the lockfile changes. Recompute locally with the # same command (`pkgs.prefetch-npm-deps`), or let the build fail # 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 # --if-present`). The workspaces' build scripts each run their own