update #5

Merged
trev merged 2 commits from update into main 2025-05-15 00:05:30 +00:00
Showing only changes of commit f491e0afc2 - Show all commits

View File

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