From a0980213fd2b393b9f06abafa7e55e0b956cebc9 Mon Sep 17 00:00:00 2001 From: Arnie Date: Fri, 25 Oct 2024 23:49:08 +0200 Subject: [PATCH] Update npm deps hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 764679d..2dd0942 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ npm run check ''; npmInstallFlags = "--no-audit --no-progress --no-fund"; - npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY="; + npmDepsHash = "sha256-yINvhHFYT00khqo9D3rIDNSvJMdhQ1M5xa9SJEDZito="; npmPackFlags = [ "--ignore-scripts" ]; };