mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
thunderbird-esr: 128.x -> 140.x (#437166)
This commit is contained in:
@@ -103,7 +103,20 @@ rec {
|
||||
};
|
||||
|
||||
# Eventually, switch to an updateScript without versionPrefix hardcoded...
|
||||
thunderbird-esr = thunderbird-128;
|
||||
thunderbird-esr = thunderbird-140;
|
||||
|
||||
thunderbird-140 = common {
|
||||
applicationName = "Thunderbird ESR";
|
||||
|
||||
version = "140.2.0esr";
|
||||
sha512 = "6a10f95b805f00a0820c822ae07bc52ac39d0a55f084c319d27f01710d8a1d809b7b224da966632ae0a22658bf14e76c8fd7cec022718316c306c43809a4997d";
|
||||
|
||||
updateScript = callPackage ./update.nix {
|
||||
attrPath = "thunderbirdPackages.thunderbird-140";
|
||||
versionPrefix = "140";
|
||||
versionSuffix = "esr";
|
||||
};
|
||||
};
|
||||
|
||||
thunderbird-128 = common {
|
||||
applicationName = "Thunderbird ESR";
|
||||
|
||||
@@ -14209,6 +14209,9 @@ with pkgs;
|
||||
thunderbird-128-unwrapped = thunderbirdPackages.thunderbird-128;
|
||||
thunderbird-128 = wrapThunderbird thunderbirdPackages.thunderbird-128 { };
|
||||
|
||||
thunderbird-140-unwrapped = thunderbirdPackages.thunderbird-140;
|
||||
thunderbird-140 = wrapThunderbird thunderbirdPackages.thunderbird-140 { };
|
||||
|
||||
thunderbird-bin = thunderbird-latest-bin;
|
||||
thunderbird-latest-bin = wrapThunderbird thunderbird-latest-bin-unwrapped {
|
||||
pname = "thunderbird-bin";
|
||||
|
||||
Reference in New Issue
Block a user