summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/thunderbird
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2017-10-07 03:12:17 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2017-10-07 03:12:17 +0900
commit74406eb48f6c754f511905ce6772e2f50e4bc94c (patch)
tree1cd682f5e45aed20288cad0b982b36c5b04cc20b /pkgs/applications/networking/mailreaders/thunderbird
parent36b0d24a1aa44c21afffdb5b40b5e458790c2000 (diff)
downloadnixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.tar
nixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.tar.gz
nixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.tar.bz2
nixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.tar.lz
nixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.tar.xz
nixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.tar.zst
nixlib-74406eb48f6c754f511905ce6772e2f50e4bc94c.zip
thunderbird: 52.3.0 -> 52.4.0
Diffstat (limited to 'pkgs/applications/networking/mailreaders/thunderbird')
-rw-r--r--pkgs/applications/networking/mailreaders/thunderbird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/thunderbird/default.nix b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
index 51d90d11707f..2e1f8ed50701 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -22,11 +22,11 @@ let
   wrapperTool = if enableGTK3 then wrapGAppsHook else makeWrapper;
 in stdenv.mkDerivation rec {
   name = "thunderbird-${version}";
-  version = "52.3.0";
+  version = "52.4.0";
 
   src = fetchurl {
     url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-    sha512 = "10e6495d207328aae325a797be1de5e535b5d967df929b0af9d7554d0473b5a7931c8f9cb1793e843b1913f441f790169dd4ac1ad9e0e53e66bc8e1c1dd60e66";
+    sha512 = "6ac39cecca9e53b51754d7a8bd7cae228d197eb234b03a2386c16fd665f4f7a67f10bbdf981c20b3f7a21a5ef67e2771154a3dd9f249c6a884c48a9e59bcfc78";
   };
 
   # New sed no longer tolerates this mistake.