nextcloud31, nextcloud31Packages: drop

This commit is contained in:
Jonas Heinrich
2026-02-20 12:21:53 +01:00
committed by Maximilian Bosch
parent aac11ffbe7
commit e16a074779
5 changed files with 8 additions and 510 deletions
-1
View File
@@ -142,7 +142,6 @@ let
in
listToAttrs (
concatMap genTests [
31
32
33
]
-7
View File
@@ -3,7 +3,6 @@
stdenvNoCC,
fetchurl,
nixosTests,
nextcloud31Packages,
nextcloud32Packages,
nextcloud33Packages,
}:
@@ -53,12 +52,6 @@ let
};
in
{
nextcloud31 = generic {
version = "31.0.14";
hash = "sha256-0JZessv2gQV0PLvm7vQEyJCSz5LEDa7iycuc9u32NhM=";
packages = nextcloud31Packages;
};
nextcloud32 = generic {
version = "32.0.6";
hash = "sha256-RLwz/A4xplC7UguxI8CqplGbf3uThhM9Vhred+U/cTA=";
File diff suppressed because one or more lines are too long
+8 -8
View File
@@ -1393,18 +1393,18 @@ mapAliases {
newlib-nanoCross = throw "'newlib-nanoCross' has been renamed to/replaced by 'newlib-nano'"; # Converted to throw 2025-10-27
newlibCross = throw "'newlibCross' has been renamed to/replaced by 'newlib'"; # Converted to throw 2025-10-27
newt-go = fosrl-newt; # Added 2025-06-24
nextcloud30 = throw "
Nextcloud v30 has been removed from `nixpkgs` as the support for is dropped
by upstream in 2025-09. Please upgrade to at least Nextcloud v31 by declaring
nextcloud31 = throw "
Nextcloud v31 has been removed from `nixpkgs` as the support for is dropped
by upstream in 2025-09. Please upgrade to at least Nextcloud v32 by declaring
services.nextcloud.package = pkgs.nextcloud31;
services.nextcloud.package = pkgs.nextcloud32;
in your NixOS config.
WARNING: if you were on Nextcloud 29 you have to upgrade to Nextcloud 30
first on 25.05 because Nextcloud doesn't support upgrades across multiple major versions!
"; # Added 2025-09-25
nextcloud30Packages = throw "Nextcloud 30 is EOL!"; # Added 2025-09-25
WARNING: if you were on Nextcloud 30 you have to upgrade to Nextcloud 31
first on 25.11 because Nextcloud doesn't support upgrades across multiple major versions!
"; # Added 2026-02-20
nextcloud31Packages = throw "Nextcloud 31 is EOL!"; # Added 2026-02-20
nfstrace = throw "nfstrace has been removed, as it was broken"; # Added 2025-08-25
nginxQuic = throw "'nginxQuic' has been removed. QUIC support is now available in the default nginx builds.";
ngrid = throw "'ngrid' has been removed as it has been unmaintained upstream and broken"; # Added 2025-11-15
-2
View File
@@ -3037,12 +3037,10 @@ with pkgs;
libnma-gtk4 = libnma.override { withGtk4 = true; };
inherit (callPackages ../servers/nextcloud { })
nextcloud31
nextcloud32
nextcloud33
;
nextcloud31Packages = callPackage ../servers/nextcloud/packages { ncVersion = "31"; };
nextcloud32Packages = callPackage ../servers/nextcloud/packages { ncVersion = "32"; };
nextcloud33Packages = callPackage ../servers/nextcloud/packages { ncVersion = "33"; };