build(nix): refresh npmDepsHash for the remend dependency
Adding remend changed package-lock.json, so the flake's pinned npm deps hash went stale and `nix flake check` failed. Bump it to match.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ let
|
|||||||
|
|
||||||
# Single npm deps fetch from the workspace root lockfile.
|
# Single npm deps fetch from the workspace root lockfile.
|
||||||
# All workspace packages share this derivation.
|
# All workspace packages share this derivation.
|
||||||
npmDepsHash = "sha256-BfTSh6J2VZ/07tq2DYnKgUViZCgRhW1sC2uj18H65SE=";
|
npmDepsHash = "sha256-dFUlWvIIsCqvtGkoobs0qUzFlSdejuffI/uLoQxhW8Q=";
|
||||||
|
|
||||||
npmDeps = pkgs.fetchNpmDeps {
|
npmDeps = pkgs.fetchNpmDeps {
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|||||||
Reference in New Issue
Block a user