netbird-dashboard: 2.12.0 -> 2.14.0

This commit is contained in:
R. Ryantm 2025-06-22 17:44:48 +00:00 committed by Wolfgang Walther
parent 104303cc8d
commit 975aa3db46
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -6,16 +6,16 @@
buildNpmPackage rec {
pname = "netbird-dashboard";
version = "2.12.0";
version = "2.14.0";
src = fetchFromGitHub {
owner = "netbirdio";
repo = "dashboard";
rev = "v${version}";
hash = "sha256-AZ8vrDtpVADW8NMq/MBpYd6VSMcuFzk67UXoXdPeiPk=";
hash = "sha256-uJfXBRN8rr51nmXhpqW/P/fj+hr2yIxamL36JH7vTQI=";
};
npmDepsHash = "sha256-XNAphh1zNi4enf0Mz9TUgWyZHezTuctMPTBswKO4eW8=";
npmDepsHash = "sha256-5a2OXxTjamRpm1PBrJWYtrvAT1c9qfAOja7gpkt2stI=";
npmFlags = [ "--legacy-peer-deps" ];
installPhase = ''