mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
unifi: unifi6 -> unifi7
This commit is contained in:
parent
584217ec82
commit
201a32a1a7
@ -1248,6 +1248,14 @@
|
||||
compatibilty, but will be removed at a later date.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
The <literal>unifi</literal> package was switched from
|
||||
<literal>unifi6</literal> to <literal>unifi7</literal>. Direct
|
||||
downgrades from Unifi 7 to Unifi 6 are not possible and
|
||||
require restoring from a backup made by Unifi 6.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>programs.zsh.autosuggestions.strategy</literal> now
|
||||
|
@ -464,6 +464,9 @@ In addition to numerous new and upgraded packages, this release has the followin
|
||||
combined `influxdb2` package is still provided in this release for
|
||||
backwards compatibilty, but will be removed at a later date.
|
||||
|
||||
- The `unifi` package was switched from `unifi6` to `unifi7`.
|
||||
Direct downgrades from Unifi 7 to Unifi 6 are not possible and require restoring from a backup made by Unifi 6.
|
||||
|
||||
- `programs.zsh.autosuggestions.strategy` now takes a list of strings instead of a string.
|
||||
|
||||
- The `services.unifi.openPorts` option default value of `true` is now deprecated and will be changed to `false` in 22.11.
|
||||
|
@ -22194,7 +22194,7 @@ with pkgs;
|
||||
unifi6
|
||||
unifi7;
|
||||
|
||||
unifi = unifi6;
|
||||
unifi = unifi7;
|
||||
|
||||
unifi-video = callPackage ../servers/unifi-video { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user