From deaaec2c57395db98080c8c06c3751b23b25c1f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 02:09:57 +0000 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 6f9d76b..55dca32 100644 --- a/flake.nix +++ b/flake.nix @@ -138,7 +138,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-u7zkBgaxDEB2XFrNl0f7/HtW0Oy2B7FVPot9MLPzXGc="; + npmDepsHash = "sha256-fO35oacezrlpH2Pm1BtlumibxQscLwOeDFGHvo1mbd4="; dontNpmInstall = true; buildPhase = '' @@ -200,7 +200,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-u7zkBgaxDEB2XFrNl0f7/HtW0Oy2B7FVPot9MLPzXGc="; + npmDepsHash = "sha256-fO35oacezrlpH2Pm1BtlumibxQscLwOeDFGHvo1mbd4="; installPhase = '' cp -r build "$out"