Unverified Commit 82aa5c8d authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

thunderbirdPackages.thunderbird-115: drop



Last release was published in October 2024. On 2024/10/29 Mozilla
published a security advisory and hasn't released an update for
Thunderbird 115.

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent 136e5478
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -55,17 +55,6 @@ let
in rec {
  thunderbird = thunderbird-128;

  thunderbird-115 = common {
    version = "115.16.0esr";
    sha512 = "1c70050a773c92593dca2a34b25e9e6edcef6fbb9b081024e4dba024450219e06aace52d9fb90ccc2e8069b7bba0396258c86cc19848a7ac705b42641f6e36a5";

    updateScript = callPackage ./update.nix {
      attrPath = "thunderbirdPackages.thunderbird-115";
      versionPrefix = "115";
      versionSuffix = "esr";
    };
  };

  thunderbird-128 = common {
    version = "128.4.0esr";
    sha512 = "ad031b3a9b738598358cead23cf8438435016222cd9a474c31892dc1b3db43d2d5d3a10c9639df770dc76eb3c0bc9db8be8beab84828d54ee50fc1e03f0da0a5";
@@ -79,5 +68,6 @@ in rec {
}
 // lib.optionalAttrs config.allowAliases {
  thunderbird-102 = throw "Thunderbird 102 support ended in September 2023";
  thunderbird-115 = throw "Thunderbird 115 support ended in October 2024";
}
+0 −1
Original line number Diff line number Diff line
@@ -32671,7 +32671,6 @@ with pkgs;
  thunderbird-unwrapped = thunderbirdPackages.thunderbird;
  thunderbird = wrapThunderbird thunderbird-unwrapped { };
  thunderbird-115 = wrapThunderbird thunderbirdPackages.thunderbird-115 { };
  thunderbird-128 = wrapThunderbird thunderbirdPackages.thunderbird-128 { };
  thunderbird-bin = wrapThunderbird thunderbird-bin-unwrapped {