From 154457c1d9ff633f36ddce59087da7cff2044250 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Fri, 14 Mar 2025 21:15:00 +0800 Subject: [PATCH] thunderbird: use the monthly release version by default The official Thunderbird website now recommends the latest release by default. --- .../networking/mailreaders/thunderbird/packages.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index ab4f0041d465..b3c147621977 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -82,8 +82,7 @@ let in rec { - # Upstream claims -latest is "for testing purposes only". Stick to -esr until this changes. - thunderbird = thunderbird-esr; + thunderbird = thunderbird-latest; thunderbird-latest = common { version = "136.0";