summary refs log tree commit diff
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-03-18 08:35:25 +0100
committerKerstin <kerstin@erictapen.name>2022-03-18 10:28:53 +0100
commit201a32a1a70720a28036c1e83c421a185f2f13a5 (patch)
tree80738d4db8f3bf9b99dfb52e0a06e6c9afe375fa
parent584217ec824bc79f265cfab43b2178b55e39ecb3 (diff)
downloadnixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.tar
nixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.tar.gz
nixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.tar.bz2
nixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.tar.lz
nixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.tar.xz
nixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.tar.zst
nixpkgs-201a32a1a70720a28036c1e83c421a185f2f13a5.zip
unifi: unifi6 -> unifi7
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md3
-rw-r--r--pkgs/top-level/all-packages.nix2
3 files changed, 12 insertions, 1 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index ee0f94bfce3..48e85b1a5e7 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1250,6 +1250,14 @@
       </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
           takes a list of strings instead of a string.
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index 148543802d0..2c2008ba123 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -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.
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0a6a4013d35..701d82b961f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22194,7 +22194,7 @@ with pkgs;
     unifi6
     unifi7;
 
-  unifi = unifi6;
+  unifi = unifi7;
 
   unifi-video = callPackage ../servers/unifi-video { };