summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2017-12-22 15:12:57 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2017-12-22 15:12:57 +0900
commit62c5b716bccd701c75b52a43112c25c4ae8df4ed (patch)
treeaf3b430df0a928d730eacbced8514883bf59fce5 /pkgs/applications
parent8869311ccb5e09c02bbcc0e594909b0cd9808270 (diff)
downloadnixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.tar
nixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.tar.gz
nixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.tar.bz2
nixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.tar.lz
nixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.tar.xz
nixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.tar.zst
nixpkgs-62c5b716bccd701c75b52a43112c25c4ae8df4ed.zip
thunderbird: 52.5.0 -> 52.5.2
Diffstat (limited to 'pkgs/applications')
-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 966e1886f34..720b20e7129 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.5.0";
+  version = "52.5.2";
 
   src = fetchurl {
     url = "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
-    sha512 = "b9b599e5853887bd518e5a57f6fd04751bb78f553f97b260cd9ba7268c4cff307be40b81b00f1320f5a5156e5c67115595b2d389f931c265d0c3448f56fb8319";
+    sha512 = "d626d3d37959539b15b5d2ae4a580fcc160380974bfc1a69a1fc8ff2435932e90a69fa386d5ecb6721d9154603c6b7d063e3368f6f995fea057eb593c06ef4ff";
   };
 
   # New sed no longer tolerates this mistake.