From f8c225c771feeb4abf8d0f09fc6eb9eeb7ce0857 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 11 Mar 2025 14:27:09 +0100 Subject: [PATCH] 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 --- .../networking/mailreaders/thunderbird/packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix index 47fa89ee9c88..8162e7e220e6 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix @@ -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";