nezha-theme-admin: 1.10.4 -> 1.12.0

This commit is contained in:
R. Ryantm 2025-04-22 02:57:37 +00:00
parent 21c17995f5
commit 12c14cc53f
2 changed files with 886 additions and 634 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.10.4";
version = "1.12.0";
src = fetchFromGitHub {
owner = "nezhahq";
repo = "admin-frontend";
tag = "v${version}";
hash = "sha256-TT/WCeHYi/Q5zpB8DCdJdAv8sJsm4J7q596qOqbCH4E=";
hash = "sha256-M1iJmSskXk0Qhr+p9yradZE4Xnf88F28NBUfJw4Wr34=";
};
# 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-vkToSpCqsXrbjMxmnlyBGeiWTQaQC04XBnCRtn9lEQU=";
npmDepsHash = "sha256-y0MnD6ymU4YDpNkTrEKMROHwllSVRm1LQeG0v3IPa0Y=";
npmPackFlags = [ "--ignore-scripts" ];