Unverified Commit f8c225c7 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

thunderbird-latest-unwrapped: 133.0 -> 136.0

https://www.thunderbird.net/en-US/thunderbird/134.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2025-04/

Fixes: CVE-2024-50336, CVE-2025-0237, CVE-2025-0238, CVE-2025-0239,
       CVE-2025-0240, CVE-2025-0241, CVE-2025-0242, CVE-2025-0243,
       CVE-2025-0247

https://www.thunderbird.net/en-US/thunderbird/135.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2025-11/

Fixes: CVE-2025-1009, CVE-2025-1010, CVE-2025-1018, CVE-2025-1011,
       CVE-2205-1012, CVE-2025-1019, CVE-2025-1013, CVE-2025-1014,
       CVE-2025-0510, CVE-2025-1015, CVE-2025-1016, CVE-2025-1017,
       CVE-2025-1020,

https://www.thunderbird.net/en-US/thunderbird/136.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2025-17/

Fixes: CVE-2025-26696, CVE-2025-26695, CVE-2025-1930, CVE-2025-1931,
       CVE-2025-1932, CVE-2025-1933, CVE-2025-1934, CVE-2025-1942,
       CVE-2025-1935, CVE-2025-1936, CVE-2025-1937, CVE-2025-1938,
       CVE-2025-1943
parent 0495eb76
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@ rec {
  thunderbird = thunderbird-esr;

  thunderbird-latest = common {
    version = "133.0";
    sha512 = "8cf8973964cabdc7fafe83d1dfd4f9fbfd340638b1f3d396a98059c00650549b0f4a7bfc486a294b2966136266d4524d6c825a6ee344cd753ac2f7ab412cbc96";
    version = "136.0";
    sha512 = "37c94258b49a7e87b24b4cffaa6eae81698356ddc3f0f49ea675b885dea2c56a3ca758dac2ddb2720beaf2f34faa15a9ab9b5eda0b352c0c8f14167c01838714";

    updateScript = callPackage ./update.nix {
      attrPath = "thunderbirdPackages.thunderbird-latest";