Skip to content

Commit

Permalink
update npmDepsHash hash
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWrege committed Apr 3, 2024
1 parent f15ac67 commit 75f0591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
npmPackFlags = [ "--ignore-scripts" ];
pname = "parkfuchs";
version = (builtins.fromJSON (builtins.readFile ./package.json)).version;
npmDepsHash = "sha256-24Zg84SQWjtqfpgP6f0gPCcDJbWqCNp/pThfVw/8U0c=";
npmDepsHash = "sha256-u1N/JggChtiPsNirhAqY1v0A0O6pA3vZI2ISNb3X/5U=";
installPhase = ''
runHook preInstall
mkdir -p $out/.next
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parkfuchs",
"version": "1.6.20",
"version": "1.6.21",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 75f0591

Please sign in to comment.