nezha-theme-user: 1.13.3 -> 1.32.0

This commit is contained in:
Moraxyc
2025-10-30 18:03:55 +08:00
parent 4aafbc1090
commit c78a06b08d
2 changed files with 871 additions and 1766 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -7,13 +7,13 @@
buildNpmPackage rec {
pname = "nezha-theme-user";
version = "1.13.3";
version = "1.32.0";
src = fetchFromGitHub {
owner = "hamster1963";
repo = "nezha-dash-v1";
tag = "v${version}";
hash = "sha256-dg46wJtaY+b0gfL0+HchVNGFAx41Cz/moqL/8InNYp4=";
hash = "sha256-W3UnDDvzj5AWT8EQyNL7TtDxQlgQpfYeLZsvSCF/dGw=";
};
# TODO: Switch to the bun build function once available in nixpkgs
@@ -27,7 +27,7 @@ buildNpmPackage rec {
--replace-fail '/commit/' '/tree/'
'';
npmDepsHash = "sha256-n7ejpEkakvWO89GhHyy/QbxNvDaXXIDGERc8neeIyoU=";
npmDepsHash = "sha256-hlCZqeMkqLgtRpN1+zKhcNK4ECSC4q8XPxzL6jVziqQ=";
npmPackFlags = [ "--ignore-scripts" ];