thunderbird-128: init at 128.0esr
https://blog.thunderbird.net/2024/07/welcome-to-thunderbird-128-nebula/
This commit is contained in:
@@ -58,6 +58,17 @@ in rec {
|
||||
versionPrefix = "115";
|
||||
};
|
||||
};
|
||||
|
||||
thunderbird-128 = common {
|
||||
version = "128.0esr";
|
||||
sha512 = "8524fbdcc51eddf83fec439273319315c44e6d3be9e4dcf51e453ced7fd1676abdca44442dcb302c637a98b7873828168f2d2d2b635551e406645a134d09aee0";
|
||||
|
||||
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";
|
||||
|
||||
@@ -34390,6 +34390,8 @@ with pkgs;
|
||||
thunderbird-unwrapped = thunderbirdPackages.thunderbird;
|
||||
thunderbird = wrapThunderbird thunderbird-unwrapped { };
|
||||
|
||||
thunderbird-128 = wrapThunderbird thunderbirdPackages.thunderbird-128 { };
|
||||
|
||||
thunderbird-bin = wrapThunderbird thunderbird-bin-unwrapped {
|
||||
applicationName = "thunderbird";
|
||||
pname = "thunderbird-bin";
|
||||
|
||||
Reference in New Issue
Block a user