···10rec {
11 thunderbird = common rec {
12 pname = "thunderbird";
13- version = "91.1.0";
14 application = "comm/mail";
15 binaryName = pname;
16 src = fetchurl {
17 url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
18- sha512 = "c465ff25d67c5c28db53d3b1ccda10a743276e58c693406bf31bde0253f34123348180ae18765bd60b958c050e3a874dd69ac82d7612007a8c7a2e25939840ff";
19 };
20 patches = [
21- ./no-buildconfig-90.patch
22-23- # There is a bug in Thunderbird 91 where add-ons are required
24- # to be signed when the build is run with default settings.
25- # https://bugzilla.mozilla.org/show_bug.cgi?id=1727113
26- # https://phabricator.services.mozilla.com/D124361
27- ./D124361.diff
28 ];
2930 meta = with lib; {