thunderbirdPackages.thunderbird: default to thunderbird-115

This commit is contained in:
Nick Cao
2023-07-12 10:09:57 +08:00
parent 81e7bd5adc
commit 73e1e20e54
@@ -1,7 +1,7 @@
{ stdenv, lib, buildMozillaMach, callPackage, fetchurl, fetchpatch, nixosTests }:
rec {
thunderbird = thunderbird-102;
thunderbird = thunderbird-115;
thunderbird-102 = (buildMozillaMach rec {
pname = "thunderbird";