From 494b2f3b2f0862038c804d5464bc3049e014c721 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 30 Oct 2024 18:20:44 -0400 Subject: [PATCH] thunderbird: bump 128 -> 132 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. --- .../networking/mailreaders/thunderbird/packages.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index dd4ee1ff9361e..b583d45967be0 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -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";