about 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-08-04 23:33:31 +0200
committerVladimír Čunát <v@cunat.cz>2023-08-04 23:33:31 +0200
commit44fbeaed37e6e1e7994fe94b430f6ea92b437110 (patch)
tree1729ac1a56b9789a83157629a4abb6c22eb74f2c /pkgs/applications/networking/mailreaders/thunderbird
parent575fd9d0ccf03afe43882fbbc2d8470c3405fa33 (diff)
thunderbirdPackages.thunderbird-102: 102.13.0 -> 102.14.0
Just security updates.  102 isn't very accessible on nixpkgs master,
but it's still the default on stable 23.05.
https://www.thunderbird.net/en-US/thunderbird/102.13.1/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.14.0/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 c5a579bde8c38..656034857387f 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.13.0";
+    version = "102.14.0";
     application = "comm/mail";
     applicationName = "Mozilla Thunderbird";
     binaryName = pname;
     src = fetchurl {
       url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-      sha512 = "1ed48220f91cc2c38f59067664c02f1f2098c843810b8f81cb8dee4fe98911d87aac352ab8639c68d0eed74297240cd9e0ce0e64a40360511be85315f2bfcfc6";
+      sha512 = "4ae3f216833aec55421f827d55bc1b5fc2f0ad4fefecb27724a5be3318c351df24d30a4897b924e733ed2e3995be284b6d135049d46001143fb1c961fefc1830";
     };
     extraPatches = [
       # The file to be patched is different from firefox's `no-buildconfig-ffx90.patch`.