From 75f059124d71775e5ae6548694eb0376d1996525 Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 4 Apr 2024 00:14:22 +0200 Subject: [PATCH] update npmDepsHash hash --- flake.nix | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1f02b9e..ce9f385 100644 --- a/flake.nix +++ b/flake.nix @@ -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 diff --git a/package.json b/package.json index 11caeae..eafe0ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parkfuchs", - "version": "1.6.20", + "version": "1.6.21", "private": true, "scripts": { "dev": "next dev",