From f491e0afc2b4da3e40ad768cd7f61338c378e8ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 00:03:39 +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 795b090..81f7232 100644 --- a/flake.nix +++ b/flake.nix @@ -127,7 +127,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; + npmDepsHash = "sha256-4cCydEbNSI6oJORcK5FXAQDOXDTvGjZ10Wl3lIyIJGI="; dontNpmInstall = true; buildPhase = '' @@ -190,7 +190,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; + npmDepsHash = "sha256-4cCydEbNSI6oJORcK5FXAQDOXDTvGjZ10Wl3lIyIJGI="; installPhase = '' cp -r build "$out"