From 32c55f39e218c1d0ec75a6772694196716414468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 00:08:21 +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 a7648fb..e3e0a13 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-rzCBgnR70EHf0bofINyeCjXvjCY4c6alDIq+2g/aKy4="; + npmDepsHash = "sha256-rUhGYfETtnNMNra6OB6mC1peEGfnlkjUx3w/v3KGnS0="; dontNpmInstall = true; buildPhase = '' @@ -194,7 +194,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-rzCBgnR70EHf0bofINyeCjXvjCY4c6alDIq+2g/aKy4="; + npmDepsHash = "sha256-rUhGYfETtnNMNra6OB6mC1peEGfnlkjUx3w/v3KGnS0="; installPhase = '' cp -r build "$out"