build(nix): updated nix hashes

This commit is contained in:
github-actions[bot] 2025-06-08 00:10:34 +00:00
parent aefdfdf4ec
commit e9ddcccb40

View File

@ -130,7 +130,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag=";
npmDepsHash = "sha256-fCX4lSLNpy+Q4f9y1CpIG8MFdhIAue8fYdXWV9wWvSI=";
dontNpmInstall = true;
buildPhase = ''
@ -193,7 +193,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag=";
npmDepsHash = "sha256-fCX4lSLNpy+Q4f9y1CpIG8MFdhIAue8fYdXWV9wWvSI=";
installPhase = ''
cp -r build "$out"