thunderbird-unwrapped: 102.0.1 -> 102.0.2

This commit is contained in:
Nick Cao 2022-07-14 18:33:51 +08:00
parent fb64b95132
commit 2c596146f6
No known key found for this signature in database
GPG Key ID: 068A56CEF48FA2C1

View File

@ -39,13 +39,13 @@ rec {
};
thunderbird-102 = (buildMozillaMach rec {
pname = "thunderbird";
version = "102.0.1";
version = "102.0.2";
application = "comm/mail";
applicationName = "Mozilla Thunderbird";
binaryName = pname;
src = fetchurl {
url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 = "72e6ac7946d8bdcee1a46a321c1226fb88facc299cf01f63b139e7e84a4692284cb20e615c5f9a6da12c974a17e2deb548dde48a77d56b1850f71bdcedb137d8";
sha512 = "c757543aff8b0acc48f1e2d5fb94024fa894a34f27275eb9c9193d8d2c6aee7643d8b762e7b511c2217130a93ffb0d5e7a405b2bfb15ea129b2a6f9ae9c7e9f2";
};
extraPatches = [
# The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.