Skip to content

Commit

Permalink
Update package-lock.json hash in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Mar 4, 2024
1 parent bd224b4 commit 89c279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# cd src; prefetch-npm-deps package-lock.json
srcNpmDeps = pkgs.fetchNpmDeps {
src = "${self}/src";
hash = "sha256-EoNkNZRRgFnrIDYP2syveGaOfRrwsc+WLPRTGMBq7ro=";
hash = "sha256-3lhRylOg3XGk+06gyYeABmapvJWeFHxOlN2qpC2I7pg=";
};

inherit system;
Expand Down

0 comments on commit 89c279a

Please sign in to comment.