fix(nix): bump npmDepsHash for react-router 7.17.0 lockfile

The react-router-dom 7.14->7.17 lockfile change stales the pinned
npm-deps hash in nix/lib.nix, turning the nix flake checks red. Bump
to the hash CI's prefetch diagnostic computed for the new lockfile.
This commit is contained in:
teknium1
2026-06-04 18:35:40 -07:00
committed by Teknium
parent 46c16b9288
commit 6b77fd2a0f

View File

@ -21,7 +21,7 @@ let
# Single npm deps fetch from the workspace root lockfile.
# All workspace packages share this derivation.
npmDepsHash = "sha256-T9UtpXgBCl/GywDZyrvG4a69RkV8oD6p1UOT7GPgAS0=";
npmDepsHash = "sha256-hgnqcpKRPztHhDEpwC7HJrALuJp9wsrV4+GJ6t6HI2c=";
npmDeps = pkgs.fetchNpmDeps {
inherit src;