From 3e545d4fb14aa47c8b857ffd8b85d75035632224 Mon Sep 17 00:00:00 2001 From: trev Date: Tue, 13 May 2025 17:22:51 -0400 Subject: [PATCH] build(nix): updated nix hashes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7444130..9f15e08 100644 --- a/flake.nix +++ b/flake.nix @@ -126,7 +126,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-gs4QQYL54/WHexe+amBoyZqDfWXWROU97WnTIXiVsEY="; + npmDepsHash = "sha256-Y8YgHFtf8Y5CHITbRqu+1rAEAOqdVe+UGE64S7uz0pc="; dontNpmInstall = true; buildPhase = '' @@ -188,7 +188,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-gs4QQYL54/WHexe+amBoyZqDfWXWROU97WnTIXiVsEY="; + npmDepsHash = "sha256-Y8YgHFtf8Y5CHITbRqu+1rAEAOqdVe+UGE64S7uz0pc="; installPhase = '' cp -r build "$out"