mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nezha-theme-user: 1.12.1 -> 1.13.3
Diff: https://github.com/hamster1963/nezha-dash-v1/compare/refs/tags/v1.12.1...v1.13.3 Changelog: https://github.com/hamster1963/nezha-dash-v1/releases/tag/v1.13.3
This commit is contained in:
parent
a993849e62
commit
4b57591aa8
2 changed files with 351 additions and 314 deletions
659
pkgs/by-name/ne/nezha-theme-user/package-lock.json
generated
659
pkgs/by-name/ne/nezha-theme-user/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "nezha-theme-user";
|
pname = "nezha-theme-user";
|
||||||
version = "1.12.1";
|
version = "1.13.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hamster1963";
|
owner = "hamster1963";
|
||||||
repo = "nezha-dash-v1";
|
repo = "nezha-dash-v1";
|
||||||
tag = "v${version}";
|
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
|
# TODO: Switch to the bun build function once available in nixpkgs
|
||||||
|
@ -26,7 +26,7 @@ buildNpmPackage rec {
|
||||||
--replace-fail '/commit/' '/tree/'
|
--replace-fail '/commit/' '/tree/'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
npmDepsHash = "sha256-jWCgeT3IvTZZTh/kKq+mRc0tAVoptl3rrlwcbUSs5uc=";
|
npmDepsHash = "sha256-n7ejpEkakvWO89GhHyy/QbxNvDaXXIDGERc8neeIyoU=";
|
||||||
|
|
||||||
npmPackFlags = [ "--ignore-scripts" ];
|
npmPackFlags = [ "--ignore-scripts" ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue