thunderbird-153: init at 153.0.1esr

https://www.thunderbird.net/en-US/thunderbird/153.0esr/releasenotes/
This commit is contained in:
Ihar Hrachyshka
2026-07-23 19:15:23 -04:00
parent ed4769576d
commit 6f487b1045
2 changed files with 16 additions and 0 deletions
@@ -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";
+3
View File
@@ -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 { };