build(nix): updated nix hashes

This commit is contained in:
github-actions[bot]
2025-06-28 00:12:40 +00:00
parent eccdbd8d21
commit 800c951385

View File

@ -130,7 +130,7 @@
pname = "check-client"; pname = "check-client";
inherit version; inherit version;
src = ./client; src = ./client;
npmDepsHash = "sha256-rzCBgnR70EHf0bofINyeCjXvjCY4c6alDIq+2g/aKy4="; npmDepsHash = "sha256-dPuZ9uNqiWMxdCZbmLU8Al8GxF5jK5fjMWIm+O8jjEY=";
dontNpmInstall = true; dontNpmInstall = true;
buildPhase = '' buildPhase = ''
@ -194,7 +194,7 @@
client = pkgs.buildNpmPackage { client = pkgs.buildNpmPackage {
inherit pname version; inherit pname version;
src = ./client; src = ./client;
npmDepsHash = "sha256-rzCBgnR70EHf0bofINyeCjXvjCY4c6alDIq+2g/aKy4="; npmDepsHash = "sha256-dPuZ9uNqiWMxdCZbmLU8Al8GxF5jK5fjMWIm+O8jjEY=";
installPhase = '' installPhase = ''
cp -r build "$out" cp -r build "$out"