build(nix): updated nix hashes

This commit is contained in:
github-actions[bot]
2025-05-23 00:12:33 +00:00
parent 35df911072
commit a69e2ffa40

View File

@ -130,7 +130,7 @@
pname = "check-client"; pname = "check-client";
inherit version; inherit version;
src = ./client; src = ./client;
npmDepsHash = "sha256-JKu9NXzaebO+bZ6J2T5XU7tBRBVrHV+1RMy7FTjXBc8="; npmDepsHash = "sha256-tS+b0Jn6uyqZhTztgPoOH5F0/4DiOs5RbMy5sEebghM=";
dontNpmInstall = true; dontNpmInstall = true;
buildPhase = '' buildPhase = ''
@ -193,7 +193,7 @@
client = pkgs.buildNpmPackage { client = pkgs.buildNpmPackage {
inherit pname version; inherit pname version;
src = ./client; src = ./client;
npmDepsHash = "sha256-JKu9NXzaebO+bZ6J2T5XU7tBRBVrHV+1RMy7FTjXBc8="; npmDepsHash = "sha256-tS+b0Jn6uyqZhTztgPoOH5F0/4DiOs5RbMy5sEebghM=";
installPhase = '' installPhase = ''
cp -r build "$out" cp -r build "$out"