Skip to content

Commit 51dcae6

Browse files
authored
Merge pull request #353 from Lexus2016/evolution/nix-lockfile-hash-resync
fix(nix): resync npmDepsHash after upstream merge (#352)
2 parents 6ddc2d0 + 114cfb7 commit 51dcae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/lib.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121

2222
# Single npm deps fetch from the workspace root lockfile.
2323
# All workspace packages share this derivation.
24-
npmDepsHash = "sha256-kbjJksq7limRIYqP3DwI+GNgCXkG96tXcsQqmuEedxo=";
24+
npmDepsHash = "sha256-rcZA9b/e02qQOvurztSkpQWrGyS2QL8pn0Jc8wuGs2c=";
2525

2626
npmDeps = pkgs.fetchNpmDeps {
2727
inherit src;

0 commit comments

Comments
 (0)