build(nix): updated nix hashes

This commit is contained in:
github-actions[bot] 2025-04-18 02:09:57 +00:00
parent bf5f07222c
commit deaaec2c57

View File

@ -138,7 +138,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-u7zkBgaxDEB2XFrNl0f7/HtW0Oy2B7FVPot9MLPzXGc=";
npmDepsHash = "sha256-fO35oacezrlpH2Pm1BtlumibxQscLwOeDFGHvo1mbd4=";
dontNpmInstall = true;
buildPhase = ''
@ -200,7 +200,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-u7zkBgaxDEB2XFrNl0f7/HtW0Oy2B7FVPot9MLPzXGc=";
npmDepsHash = "sha256-fO35oacezrlpH2Pm1BtlumibxQscLwOeDFGHvo1mbd4=";
installPhase = ''
cp -r build "$out"