thunderbird-128: init at 128.0esr

https://blog.thunderbird.net/2024/07/welcome-to-thunderbird-128-nebula/
This commit is contained in:
Vladimír Čunát
2024-07-13 19:34:52 +02:00
parent dd0e1ee3fd
commit 22601be95c
2 changed files with 13 additions and 0 deletions
@@ -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";
+2
View File
@@ -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";