build(nix): updated nix hashes
All checks were successful
Check / check (pull_request) Successful in 51s

This commit is contained in:
github-actions[bot] 2025-05-14 13:21:37 +00:00
parent 3b406b103c
commit 3923776682

View File

@ -127,7 +127,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U=";
npmDepsHash = "sha256-Fv2vT4Lot3ZfeqyruecthO9YexH3Sy+SiJczyo+xloU=";
dontNpmInstall = true;
buildPhase = ''
@ -190,7 +190,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-oSwCfpI1epHLqPy44c+RKmo08LhRQqnVwLuYVMeuu7U=";
npmDepsHash = "sha256-Fv2vT4Lot3ZfeqyruecthO9YexH3Sy+SiJczyo+xloU=";
installPhase = ''
cp -r build "$out"