Unverified Commit 154457c1 authored by Guanran Wang's avatar Guanran Wang
Browse files

thunderbird: use the monthly release version by default

The official Thunderbird website now recommends the latest release by default.
parent c6b19dfa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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";