thunderbird-153: init at 153.0.1esr
https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/
This commit is contained in:
@@ -89,6 +89,19 @@ rec {
|
||||
# Eventually, switch to an updateScript without versionPrefix hardcoded...
|
||||
thunderbird-esr = thunderbird-140;
|
||||
|
||||
thunderbird-153 = common {
|
||||
applicationName = "Thunderbird ESR";
|
||||
|
||||
version = "153.0.1esr";
|
||||
sha512 = "3773b49b69341aea108a627faa0dd5b7cfb52cdb4c37e625fbb8cbaef7f9166f925ecbc199173302d5bef7994e6bff3b56cd56a3a4c38a9d702cc3e5aeafcf7c";
|
||||
|
||||
updateScript = callPackage ./update.nix {
|
||||
attrPath = "thunderbirdPackages.thunderbird-153";
|
||||
versionPrefix = "153";
|
||||
versionSuffix = "esr";
|
||||
};
|
||||
};
|
||||
|
||||
thunderbird-140 = common {
|
||||
applicationName = "Thunderbird ESR";
|
||||
|
||||
|
||||
@@ -9433,6 +9433,9 @@ with pkgs;
|
||||
thunderbird-esr-unwrapped = thunderbirdPackages.thunderbird-esr;
|
||||
thunderbird-esr = wrapThunderbird thunderbird-esr-unwrapped { };
|
||||
|
||||
thunderbird-153-unwrapped = thunderbirdPackages.thunderbird-153;
|
||||
thunderbird-153 = wrapThunderbird thunderbirdPackages.thunderbird-153 { };
|
||||
|
||||
thunderbird-140-unwrapped = thunderbirdPackages.thunderbird-140;
|
||||
thunderbird-140 = wrapThunderbird thunderbirdPackages.thunderbird-140 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user