nezha-theme-admin: 1.12.0 -> 1.13.0

This commit is contained in:
R. Ryantm 2025-06-17 03:47:43 +00:00
parent 1f622956bd
commit 15b96b3890
2 changed files with 757 additions and 678 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,13 @@
buildNpmPackage rec {
pname = "nezha-theme-admin";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "nezhahq";
repo = "admin-frontend";
tag = "v${version}";
hash = "sha256-M1iJmSskXk0Qhr+p9yradZE4Xnf88F28NBUfJw4Wr34=";
hash = "sha256-9/lrbVfC+CRQCSJNx7dwKWPgemM6hbd6ZR5xG3tj8wA=";
};
# TODO: Switch to the bun build function once available in nixpkgs
@ -21,7 +21,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-y0MnD6ymU4YDpNkTrEKMROHwllSVRm1LQeG0v3IPa0Y=";
npmDepsHash = "sha256-2iX3/Pw6i2zXH+cpMC6ttn5D/C8G/P9WgRApO7Br5p4=";
npmPackFlags = [ "--ignore-scripts" ];