From 1d68d0f91f4ca9832e68cea4a9800570454e3708 Mon Sep 17 00:00:00 2001 From: Arnie Date: Fri, 2 Jun 2023 13:55:58 +0200 Subject: [PATCH] Update nix derivation --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f922d13..28709d7 100644 --- a/default.nix +++ b/default.nix @@ -47,7 +47,7 @@ let cp -a dist $out ''; npmInstallFlags = "--no-audit --no-progress --no-fund"; - npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY="; + npmDepsHash = "sha256-44xcyVk5KcurQLkVJv1MeAj+Pfcu53664pvVgHdyv3E="; npmPackFlags = [ "--ignore-scripts" ]; };