35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
diff --git a/pkgs/by-name/ne/netbird-dashboard/package.nix b/pkgs/by-name/ne/netbird-dashboard/package.nix
|
|
index 0670d3333e6bce..fcd2f4df65fce9 100644
|
|
--- a/pkgs/by-name/ne/netbird-dashboard/package.nix
|
|
+++ b/pkgs/by-name/ne/netbird-dashboard/package.nix
|
|
@@ -6,16 +6,16 @@
|
|
|
|
buildNpmPackage rec {
|
|
pname = "netbird-dashboard";
|
|
- version = "2.9.0";
|
|
+ version = "2.12.0";
|
|
|
|
src = fetchFromGitHub {
|
|
owner = "netbirdio";
|
|
repo = "dashboard";
|
|
rev = "v${version}";
|
|
- hash = "sha256-PY/jK96FK6Y0++Ie4Yg/7GrGoLtLcgCSzXIkqySxe2M=";
|
|
+ hash = "sha256-AZ8vrDtpVADW8NMq/MBpYd6VSMcuFzk67UXoXdPeiPk=";
|
|
};
|
|
|
|
- npmDepsHash = "sha256-TELyc62l/8IaX9eL2lxRFth0AAZ4LXsV2WNzXSHRnTw=";
|
|
+ npmDepsHash = "sha256-XNAphh1zNi4enf0Mz9TUgWyZHezTuctMPTBswKO4eW8=";
|
|
npmFlags = [ "--legacy-peer-deps" ];
|
|
|
|
installPhase = ''
|
|
@@ -30,6 +30,9 @@ buildNpmPackage rec {
|
|
description = "NetBird Management Service Web UI Panel";
|
|
homepage = "https://github.com/netbirdio/dashboard";
|
|
license = licenses.bsd3;
|
|
- maintainers = with maintainers; [ ];
|
|
+ maintainers = with maintainers; [
|
|
+ vrifox
|
|
+ patrickdag
|
|
+ ];
|
|
};
|
|
}
|