summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-17 12:49:10 +0200
committerVladimír Čunát <v@cunat.cz>2023-10-17 12:49:10 +0200
commit12376a0e832220d3557bb50f129eb450d9358e66 (patch)
treeab81d24319a696cd1e51975a80676d170a941c98 /pkgs/applications/networking/mailreaders
parent7a9c0dbe87b8c3e10d1e2452d2c75527b9d5762b (diff)
downloadnixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.tar
nixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.tar.gz
nixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.tar.bz2
nixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.tar.lz
nixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.tar.xz
nixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.tar.zst
nixpkgs-12376a0e832220d3557bb50f129eb450d9358e66.zip
thunderbird: 115.3.1 -> 115.3.2
https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-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 71b0768dab6..c7ec5525681 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/packages.nix
@@ -44,13 +44,13 @@ rec {
 
   thunderbird-115 = (buildMozillaMach rec {
     pname = "thunderbird";
-    version = "115.3.1";
+    version = "115.3.2";
     application = "comm/mail";
     applicationName = "Mozilla Thunderbird";
     binaryName = pname;
     src = fetchurl {
       url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-      sha512 = "e3b643cfee07d3fdd7bcc686db6dd3e81b09ecabfa9df4d34dd32acf3799b4b0b4a88e169f957d420e06aabba55c4452f3a9761db37828b025048ad5d8ef2db9";
+      sha512 = "e94bdb940327296754324d8fcb055813247a79d377399b84184e0ff80123240d923aa3745c3076d37f06296c8cc49373db2d8e8a6ac4edeaf63cd56ca4652e35";
     };
     extraPatches = [
       # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.