mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
unifi: rename packages
- renames unifiStable to unifi5 - renames unifiBeta to unifi6 - aliases unifi to unifi6 - aliases unifiStable to unifi6 for backward compatibility
This commit is contained in:
parent
df94250243
commit
bee49dfd0e
@ -38,17 +38,20 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
# https://community.ui.com/releases / https://www.ui.com/download/unifi
|
||||
# Outdated FAQ: https://help.ubnt.com/hc/en-us/articles/115000441548-UniFi-Current-Controller-Versions
|
||||
in rec {
|
||||
# see https://community.ui.com/releases / https://www.ui.com/download/unifi
|
||||
|
||||
unifiLTS = generic {
|
||||
version = "5.6.42";
|
||||
sha256 = "0wxkv774pw43c15jk0sg534l5za4j067nr85r5fw58iar3w2l84x";
|
||||
};
|
||||
|
||||
unifiStable = generic {
|
||||
unifi5 = generic {
|
||||
version = "5.14.23";
|
||||
sha256 = "1aar05yjm3z5a30x505w4kakbyz35i7mk7xyg0wm4ml6h94d84pv";
|
||||
};
|
||||
|
||||
unifi6 = generic {
|
||||
version = "6.0.43";
|
||||
sha256 = "1d9pw4f20pr4jb1xb43p7ycafv13ld1h40r05qg82029ml1s7jky";
|
||||
};
|
||||
|
@ -666,6 +666,7 @@ mapAliases ({
|
||||
ucsFonts = ucs-fonts; # added 2016-07-15
|
||||
ultrastardx-beta = ultrastardx; # added 2017-08-12
|
||||
unicorn-emu = unicorn; # added 2020-10-29
|
||||
unifiStable = unifi6; # added 2020-12-28
|
||||
usb_modeswitch = usb-modeswitch; # added 2016-05-10
|
||||
usbguard-nox = usbguard; # added 2019-09-04
|
||||
utillinux = util-linux; # added 2020-11-24
|
||||
|
@ -17882,9 +17882,9 @@ in
|
||||
|
||||
inherit (callPackages ../servers/unifi { })
|
||||
unifiLTS
|
||||
unifiStable
|
||||
unifiBeta;
|
||||
unifi = unifiStable;
|
||||
unifi5
|
||||
unifi6;
|
||||
unifi = unifi6;
|
||||
|
||||
urserver = callPackage ../servers/urserver { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user