From be6713c536823c651455b8b4a0a2c13beb498912 Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Sat, 13 Jun 2026 02:16:13 -0500 Subject: [PATCH] fix(nix): refresh npm deps hash --- nix/lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/lib.nix b/nix/lib.nix index da5762ad44843..328858c86d174 100644 --- a/nix/lib.nix +++ b/nix/lib.nix @@ -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;