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;