Unverified Commit e4f14638 authored by Davis Schirmer's avatar Davis Schirmer
Browse files

unifi: Update aliases

parent 0fcf5c1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1250,6 +1250,7 @@ mapAliases {
  unifi5 = throw "'unifi5' has been removed since its required MongoDB version is EOL."; # Added 2024-04-11
  unifi6 = throw "'unifi6' has been removed since its required MongoDB version is EOL."; # Added 2024-04-11
  unifi7 = throw "'unifi7' has been removed since it is vulnerable to CVE-2024-42025 and its required MongoDB version is EOL."; # Added 2024-10-01
  unifi8 = unifi; # Added 2024-11-15
  unifiLTS = throw "'unifiLTS' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead."; # Added 2024-04-11
  unifiStable = throw "'unifiStable' has been removed since UniFi no longer has LTS and stable releases. Use `pkgs.unifi` instead."; # Converted to throw 2024-04-11
  untrunc = throw "'untrunc' has been renamed to/replaced by 'untrunc-anthwlock'"; # Converted to throw 2024-10-17
+0 −4
Original line number Diff line number Diff line
@@ -12348,10 +12348,6 @@ with pkgs;
    matomo_5
    matomo-beta;
  unifi = callPackage ../servers/unifi { };
  unifi8 = unifi;
  unpackerr = callPackage ../servers/unpackerr {
    inherit (darwin.apple_sdk.frameworks) Cocoa WebKit;
  };