summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/thunderbird
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-06-07 15:39:09 +0200
committerVladimír Čunát <v@cunat.cz>2023-06-07 15:39:09 +0200
commitf14a89d482e5ccdb5167f940c9bed61bc6149064 (patch)
treefce03ee4e9fa5e49d56850ab76451350d0f8bdcc /pkgs/applications/networking/mailreaders/thunderbird
parent89662ae2b16d3c74d2f82b267083d59beeeebb3a (diff)
thunderbird: 102.10.1 -> 102.11.2
https://www.thunderbird.net/en-US/thunderbird/102.11.0/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.11.1/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.11.2/releasenotes/
Diffstat (limited to 'pkgs/applications/networking/mailreaders/thunderbird')
-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 9fa090d332b70..dadf2cc33854b 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
@@ -5,13 +5,13 @@ rec {
 
   thunderbird-102 = (buildMozillaMach rec {
     pname = "thunderbird";
-    version = "102.10.1";
+    version = "102.11.2";
     application = "comm/mail";
     applicationName = "Mozilla Thunderbird";
     binaryName = pname;
     src = fetchurl {
       url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-      sha512 = "dfe62f0d8b7750e54793e32e78fb0784c7c8e39b95dc4c03ac393e51195ec8883edc2536afc2cf2011005312a40805f7dc617c90bfb4a77d22393f1d9b719b23";
+      sha512 = "631e2fd8f9ce3b480ad6ea820c684a039b3de17f475acbba35ea4d3229223b81081a7f09b4a7c4ae64cf3f58a50dba58a72fe591f6e42ef6bac7c402db3d8558";
     };
     extraPatches = [
       # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.