build(nix): updated nix hashes
All checks were successful
Check / check (pull_request) Successful in 1m33s
All checks were successful
Check / check (pull_request) Successful in 1m33s
This commit is contained in:
parent
1b95b5ae27
commit
f491e0afc2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user