update #6

Closed
trev wants to merge 4 commits from update into main
5 changed files with 533 additions and 460 deletions
Showing only changes of commit ee99574cfa - Show all commits

View File

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