build(nix): updated nix hashes
All checks were successful
Check / check (pull_request) Successful in 1m33s

This commit is contained in:
github-actions[bot] 2025-05-15 00:03:39 +00:00
parent 1b95b5ae27
commit f491e0afc2

View File

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