Skip to content

Commit

Permalink
thunderbird: bump 128 -> 132
Browse files Browse the repository at this point in the history
Also, make the main package follow the latest releases. If we'd like to
also track esr and other support branches, we should probably have
separate derivations (-esr, -devedition...) like we do for firefox.
  • Loading branch information
booxter committed Oct 30, 2024
1 parent 56d8c81 commit 494b2f3
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,15 @@ let
icu73 = icu73';
};

in rec {
thunderbird = thunderbird-128;
in {
thunderbird = common {
version = "132.0";
sha512 = "71206606d691e3b257b4b163e56604eaff221a43f88015fcbdbbbb3bbd708a7459f61b0470f7534ce9adafd41561e11b3487484fbfe3e95a06674785cae97029";

updateScript = callPackage ./update.nix {
attrPath = "thunderbird-unwrapped";
};
};

thunderbird-128 = common {
version = "128.4.0esr";
Expand Down

0 comments on commit 494b2f3

Please sign in to comment.