Unverified Commit 44fbeaed authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

thunderbirdPackages.thunderbird-102: 102.13.0 -> 102.14.0

Just security updates.  102 isn't very accessible on nixpkgs master,
but it's still the default on stable 23.05.
https://www.thunderbird.net/en-US/thunderbird/102.13.1/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.14.0/releasenotes/
parent 575fd9d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@ rec {

  thunderbird-102 = (buildMozillaMach rec {
    pname = "thunderbird";
    version = "102.13.0";
    version = "102.14.0";
    application = "comm/mail";
    applicationName = "Mozilla Thunderbird";
    binaryName = pname;
    src = fetchurl {
      url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
      sha512 = "1ed48220f91cc2c38f59067664c02f1f2098c843810b8f81cb8dee4fe98911d87aac352ab8639c68d0eed74297240cd9e0ce0e64a40360511be85315f2bfcfc6";
      sha512 = "4ae3f216833aec55421f827d55bc1b5fc2f0ad4fefecb27724a5be3318c351df24d30a4897b924e733ed2e3995be284b6d135049d46001143fb1c961fefc1830";
    };
    extraPatches = [
      # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.