thunderbird-128: drop this unmaintained version (#447525)

Changed files
+3 -16
pkgs
applications
networking
mailreaders
thunderbird
top-level
+1 -13
pkgs/applications/networking/mailreaders/thunderbird/packages.nix
···
versionSuffix = "esr";
};
};
-
-
thunderbird-128 = common {
-
applicationName = "Thunderbird ESR";
-
-
version = "128.14.0esr";
-
sha512 = "3ce2debe024ad8dafc319f86beff22feb9edecfabfad82513269e037a51210dfd84810fe35adcf76479273b8b2ceb8d4ecd2d0c6a3c5f6600b6b3df192bb798b";
-
-
updateScript = callPackage ./update.nix {
-
attrPath = "thunderbirdPackages.thunderbird-128";
-
versionPrefix = "128";
-
versionSuffix = "esr";
-
};
-
};
}
// lib.optionalAttrs config.allowAliases {
thunderbird-102 = throw "Thunderbird 102 support ended in September 2023";
thunderbird-115 = throw "Thunderbird 115 support ended in October 2024";
+
thunderbird-128 = throw "Thunderbird 128 support ended in August 2025";
}
+2
pkgs/top-level/aliases.nix
···
tfplugindocs = terraform-plugin-docs; # Added 2023-11-01
thiefmd = throw "'thiefmd' has been removed due to lack of maintenance upstream and incompatible with newer Pandoc. Please use 'apostrophe' or 'folio' instead"; # Added 2025-02-20
thefuck = throw "'thefuck' has been removed due to lack of maintenance upstream and incompatible with python 3.12+. Consider using 'pay-respects' instead"; # Added 2025-05-30
+
thunderbird-128 = throw "Thunderbird 128 support ended in August 2025";
+
thunderbird-128-unwrapped = throw "Thunderbird 128 support ended in August 2025";
invalidateFetcherByDrvHash = testers.invalidateFetcherByDrvHash; # Added 2022-05-05
ticpp = throw "'ticpp' has been removed due to being unmaintained"; # Added 2025-09-10
tijolo = throw "'tijolo' has been removed due to being unmaintained"; # Added 2024-12-27
-3
pkgs/top-level/all-packages.nix
···
thunderbird-esr-unwrapped = thunderbirdPackages.thunderbird-esr;
thunderbird-esr = wrapThunderbird thunderbird-esr-unwrapped { };
-
thunderbird-128-unwrapped = thunderbirdPackages.thunderbird-128;
-
thunderbird-128 = wrapThunderbird thunderbirdPackages.thunderbird-128 { };
-
thunderbird-140-unwrapped = thunderbirdPackages.thunderbird-140;
thunderbird-140 = wrapThunderbird thunderbirdPackages.thunderbird-140 { };