Moraxyc 2025-01-15 23:30:54 +08:00
parent a993849e62
commit 4b57591aa8
No known key found for this signature in database
2 changed files with 351 additions and 314 deletions

File diff suppressed because it is too large Load diff

View file

@ -6,13 +6,13 @@
buildNpmPackage rec {
pname = "nezha-theme-user";
version = "1.12.1";
version = "1.13.3";
src = fetchFromGitHub {
owner = "hamster1963";
repo = "nezha-dash-v1";
tag = "v${version}";
hash = "sha256-vd242bYWT7AgpKDyYEb+Kc+8o1qtuTusmxqLnWGo5pE=";
hash = "sha256-dg46wJtaY+b0gfL0+HchVNGFAx41Cz/moqL/8InNYp4=";
};
# TODO: Switch to the bun build function once available in nixpkgs
@ -26,7 +26,7 @@ buildNpmPackage rec {
--replace-fail '/commit/' '/tree/'
'';
npmDepsHash = "sha256-jWCgeT3IvTZZTh/kKq+mRc0tAVoptl3rrlwcbUSs5uc=";
npmDepsHash = "sha256-n7ejpEkakvWO89GhHyy/QbxNvDaXXIDGERc8neeIyoU=";
npmPackFlags = [ "--ignore-scripts" ];