build(nix): updated nix hashes
Some checks failed
Check / check (pull_request) Failing after 1m30s
Check / update (pull_request) Has been skipped
Check / push (pull_request) Has been skipped

This commit is contained in:
github-actions[bot]
2025-06-16 16:28:46 +00:00
parent 52b481e8b4
commit ee99574cfa

View File

@ -130,7 +130,7 @@
pname = "check-client";
inherit version;
src = ./client;
npmDepsHash = "sha256-MO/TOPpIwIqX9fvakW0r0q2TFgOfsPKPeKZKZcnb65M=";
npmDepsHash = "sha256-/S8vN6V4vtxvy7v+vf9tp3aUoMxqdxAC4XRoe7UHXyc=";
dontNpmInstall = true;
buildPhase = ''
@ -193,7 +193,7 @@
client = pkgs.buildNpmPackage {
inherit pname version;
src = ./client;
npmDepsHash = "sha256-MO/TOPpIwIqX9fvakW0r0q2TFgOfsPKPeKZKZcnb65M=";
npmDepsHash = "sha256-/S8vN6V4vtxvy7v+vf9tp3aUoMxqdxAC4XRoe7UHXyc=";
installPhase = ''
cp -r build "$out"