From f46ee0cab786f28bed42059a3cfc540e98ffbee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 14:05:35 +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..607b744 100644 --- a/flake.nix +++ b/flake.nix @@ -127,7 +127,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; + npmDepsHash = "sha256-Fv2vT4Lot3ZfeqyruecthO9YexH3Sy+SiJczyo+xloU="; dontNpmInstall = true; buildPhase = '' @@ -190,7 +190,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U="; + npmDepsHash = "sha256-Fv2vT4Lot3ZfeqyruecthO9YexH3Sy+SiJczyo+xloU="; installPhase = '' cp -r build "$out"