build(nix): updated nix hashes

This commit is contained in:
github-actions[bot] 2025-05-18 00:13:30 +00:00
parent 94b367c2fb
commit 46058ae5d6

View File

@ -130,7 +130,7 @@
pname = "check-client"; pname = "check-client";
inherit version; inherit version;
src = ./client; src = ./client;
npmDepsHash = "sha256-9n7P+e3q8ZYkaGKjiBLJo+Qq1QNS432BsGTHL0hcAks="; npmDepsHash = "sha256-c+IKmnthPZ/UYCCzN+egXNSbBlYlrZ37I1oLh/WUchY=";
dontNpmInstall = true; dontNpmInstall = true;
buildPhase = '' buildPhase = ''
@ -193,7 +193,7 @@
client = pkgs.buildNpmPackage { client = pkgs.buildNpmPackage {
inherit pname version; inherit pname version;
src = ./client; src = ./client;
npmDepsHash = "sha256-9n7P+e3q8ZYkaGKjiBLJo+Qq1QNS432BsGTHL0hcAks="; npmDepsHash = "sha256-c+IKmnthPZ/UYCCzN+egXNSbBlYlrZ37I1oLh/WUchY=";
installPhase = '' installPhase = ''
cp -r build "$out" cp -r build "$out"