fix(nix): refresh npm deps hash

This commit is contained in:
Brooklyn Nicholson 2026-06-13 02:16:13 -05:00
parent 77687156b4
commit be6713c536

View File

@ -21,7 +21,7 @@ let
# Single npm deps fetch from the workspace root lockfile.
# All workspace packages share this derivation.
npmDepsHash = "sha256-dFUlWvIIsCqvtGkoobs0qUzFlSdejuffI/uLoQxhW8Q=";
npmDepsHash = "sha256-5+wQWDyy+fsxWXg3mxouWLURrok9sYQsIG/LNxvcCi4=";
npmDeps = pkgs.fetchNpmDeps {
inherit src;