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";
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"