nezha-theme-admin: 2.2.5 -> 2.3.4

(cherry picked from commit 3e1a962be0)
This commit is contained in:
Moraxyc
2026-08-15 20:54:26 +08:00
committed by github-actions[bot]
parent f664c41651
commit fc7961b29d
2 changed files with 1984 additions and 2359 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,13 +6,13 @@
buildNpmPackage (finalAttrs: {
pname = "nezha-theme-admin";
version = "2.2.5";
version = "2.3.4";
src = fetchFromGitHub {
owner = "nezhahq";
repo = "admin-frontend";
tag = "v${finalAttrs.version}";
hash = "sha256-LNJgl615mXUxGIwNcvj+0hqyX7Gv6twBEb7aSUR3q2w=";
hash = "sha256-cjq0dwIUsT4iNcatzwxOaMMJ9dpjNmSShjHBBXW6neA=";
};
# TODO: Remove after upstream fixes resolved missing.
@@ -20,7 +20,7 @@ buildNpmPackage (finalAttrs: {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-5uF2CROi+J0O2vqWOEzobhg2xw8lebksQtx97LyiWxA=";
npmDepsHash = "sha256-I3CHLDa/EpuM2iUOsBNg4z3yw3VACJvO2W0vBL84pUk=";
npmPackFlags = [ "--ignore-scripts" ];
npmBuildScript = "build-ignore-error";