unifi: Update aliases

This commit is contained in:
Davis Schirmer 2024-11-15 19:57:13 -05:00
parent 0fcf5c1a61
commit e4f1463803
No known key found for this signature in database
GPG Key ID: F5429DD296E17978
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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;
};