fix(nix): refresh npm deps hash

This commit is contained in:
Teknium 2026-06-15 06:01:56 -07:00
parent 92a456f711
commit 29c6985590

View file

@ -21,7 +21,7 @@ let
# Single npm deps fetch from the workspace root lockfile.
# All workspace packages share this derivation.
npmDepsHash = "sha256-RLraluZYEWfg1cP4SFDlMo2qJ4eHWVkmQevMGThvxHA=";
npmDepsHash = "sha256-C7eu7WkT0z2XTey/2tnjg7vVBw9XhQMSDhFkUzT/+HI=";
npmDeps = pkgs.fetchNpmDeps {
inherit src;