build(nix): updated nix hashes
Some checks failed
Check / check (pull_request) Failing after 1m21s
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 18:05:33 +00:00
parent 09c5b2341a
commit 0a91ad4d82

View File

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