build(nix): updated nix hashes

This commit is contained in:
github-actions[bot] 2025-06-07 00:10:35 +00:00
parent 5e6d679cc8
commit b7456bbbc9

View File

@ -130,7 +130,7 @@
pname = "check-client"; pname = "check-client";
inherit version; inherit version;
src = ./client; src = ./client;
npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag="; npmDepsHash = "sha256-+Njnyezs4KAcy6xMoLFzgmY/U38FNy615aVqE7ey5Hg=";
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-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag="; npmDepsHash = "sha256-+Njnyezs4KAcy6xMoLFzgmY/U38FNy615aVqE7ey5Hg=";
installPhase = '' installPhase = ''
cp -r build "$out" cp -r build "$out"