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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user