summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-04-06 14:35:04 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-07 07:01:06 +0000
commitdbd58ec253d702b60c6bc77d841a2f6f4effe007 (patch)
tree6e9f4be4396e14daffc6a45faa41985b2626202e
parent[release-24.11] smartgithg: 23.1.3 -> 23.1.5 (#395968) (diff)
downloadnixpkgs-origin/backport-396572-to-release-24.11.tar.gz
thunderbird-latest-unwrapped: 136.0.1 -> 137.0.1origin/backport-396572-to-release-24.11
(cherry picked from commit 300c521039ce79d9b3e84d60b656fed38f6817d9)
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
index 0cb438496e75..31f27b230a7f 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
@@ -81,8 +81,8 @@ rec {
thunderbird = thunderbird-esr;
thunderbird-latest = common {
- version = "136.0.1";
- sha512 = "cc217f3e07620442714337ea396a7146d9d80cc973de862990a9fac7c4343e900419b71ff8c6575e563deda6daff90bec5809a9a94376cbf1019c834f4e1b1e7";
+ version = "137.0.1";
+ sha512 = "387f04aff9380c7261c574e7ef2e4972d63ebfb2768e25aa41a5ee2f3a755780a84099532cf4c1b5635db3412ab543e9b17b0a0476ec06c547b2dc678f19795f";
updateScript = callPackage ./update.nix {
attrPath = "thunderbirdPackages.thunderbird-latest";