Unverified Commit e16a0747 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by Maximilian Bosch
Browse files

nextcloud31, nextcloud31Packages: drop

parent aac11ffb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ let
in
listToAttrs (
  concatMap genTests [
    31
    32
    33
  ]
+0 −7
Original line number Diff line number Diff line
@@ -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=";
+0 −492

File deleted.

Preview size limit exceeded, changes collapsed.

+8 −8
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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"; };