build(nix): updated nix hashes

This commit is contained in:
github-actions[bot] 2025-05-20 00:12:53 +00:00
parent bc74994ac4
commit 7b3d66886d

View File

@ -130,7 +130,7 @@
pname = "check-client"; pname = "check-client";
inherit version; inherit version;
src = ./client; src = ./client;
npmDepsHash = "sha256-dK7PK40ln+k4gBSY5UQblqb27+6KCgA+MdlLYU/T/5g="; npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag=";
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-dK7PK40ln+k4gBSY5UQblqb27+6KCgA+MdlLYU/T/5g="; npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag=";
installPhase = '' installPhase = ''
cp -r build "$out" cp -r build "$out"