build(nix): updated nix hashes
This commit is contained in:
parent
aefdfdf4ec
commit
e9ddcccb40
@ -130,7 +130,7 @@
|
||||
pname = "check-client";
|
||||
inherit version;
|
||||
src = ./client;
|
||||
npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag=";
|
||||
npmDepsHash = "sha256-fCX4lSLNpy+Q4f9y1CpIG8MFdhIAue8fYdXWV9wWvSI=";
|
||||
dontNpmInstall = true;
|
||||
|
||||
buildPhase = ''
|
||||
@ -193,7 +193,7 @@
|
||||
client = pkgs.buildNpmPackage {
|
||||
inherit pname version;
|
||||
src = ./client;
|
||||
npmDepsHash = "sha256-dl32ehKir0dZ4uiJ4s59xPIIbMkkZtH9dlTm4W0PZag=";
|
||||
npmDepsHash = "sha256-fCX4lSLNpy+Q4f9y1CpIG8MFdhIAue8fYdXWV9wWvSI=";
|
||||
|
||||
installPhase = ''
|
||||
cp -r build "$out"
|
||||
|
Loading…
x
Reference in New Issue
Block a user