Merge pull request #157890 from Patryk27/unifi7

unifi7: add package
This commit is contained in:
pennae 2022-02-02 23:07:13 +00:00 committed by GitHub
commit a0a804b17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -12,7 +12,7 @@ let
makeAppTest = unifi: makeTest {
name = "unifi-controller-${unifi.version}";
meta = with pkgs.lib.maintainers; {
maintainers = [ zhaofengli ];
maintainers = [ patryk27 zhaofengli ];
};
nodes.server = {
@ -32,4 +32,5 @@ in with pkgs; {
unifiLTS = makeAppTest unifiLTS;
unifi5 = makeAppTest unifi5;
unifi6 = makeAppTest unifi6;
unifi7 = makeAppTest unifi7;
}

View File

@ -63,4 +63,9 @@ in rec {
version = "6.5.55";
sha256 = "sha256-NUGRO+f6JzWvYPwiitZsgp+LQwnGSncnost03mgNVxA=";
};
unifi7 = generic {
version = "7.0.20-894288bd9b";
sha256 = "sha256-lDSU4D159svqkv+e61v/RWIyw0KOrF8X0nNpo9eQe50=";
};
}

View File

@ -22110,7 +22110,9 @@ with pkgs;
inherit (callPackages ../servers/unifi { })
unifiLTS
unifi5
unifi6;
unifi6
unifi7;
unifi = unifi6;
unifi-video = callPackage ../servers/unifi-video { };