build(nix): updated nix hashes
This commit is contained in:
parent
b07364f146
commit
3e545d4fb1
@ -126,7 +126,7 @@
|
|||||||
pname = "check-client";
|
pname = "check-client";
|
||||||
inherit version;
|
inherit version;
|
||||||
src = ./client;
|
src = ./client;
|
||||||
npmDepsHash = "sha256-gs4QQYL54/WHexe+amBoyZqDfWXWROU97WnTIXiVsEY=";
|
npmDepsHash = "sha256-Y8YgHFtf8Y5CHITbRqu+1rAEAOqdVe+UGE64S7uz0pc=";
|
||||||
dontNpmInstall = true;
|
dontNpmInstall = true;
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -188,7 +188,7 @@
|
|||||||
client = pkgs.buildNpmPackage {
|
client = pkgs.buildNpmPackage {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
src = ./client;
|
src = ./client;
|
||||||
npmDepsHash = "sha256-gs4QQYL54/WHexe+amBoyZqDfWXWROU97WnTIXiVsEY=";
|
npmDepsHash = "sha256-Y8YgHFtf8Y5CHITbRqu+1rAEAOqdVe+UGE64S7uz0pc=";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cp -r build "$out"
|
cp -r build "$out"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user