summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders/thunderbird
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2020-09-11 03:13:07 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2020-09-12 00:42:06 +0900
commit5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b (patch)
tree64023a67fdfe61c40166e09c7e1ccf89acc98d49 /pkgs/applications/networking/mailreaders/thunderbird
parent23e06e611ae4185ce4d35611e51b7a2a8ca7cd06 (diff)
downloadnixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.tar
nixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.tar.gz
nixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.tar.bz2
nixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.tar.lz
nixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.tar.xz
nixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.tar.zst
nixpkgs-5bcc37d79ed3be6f1c6bc6a1d5df96753c4a625b.zip
thunderbird: 78.2.1 -> 78.2.2
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 7a10c7f1d2a..e6b279fd35c 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -69,13 +69,13 @@ assert waylandSupport -> gtk3Support == true;
 
 stdenv.mkDerivation rec {
   pname = "thunderbird";
-  version = "78.2.1";
+  version = "78.2.2";
 
   src = fetchurl {
     url =
       "mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
     sha512 =
-      "2iya9a5qaini524wrdrnxx6wsrgb8fa2b1m42mlypskxjjgb7n66vpxlbpi9x9mqzc63ca2ag36fjpbpsvbv5ppxvpfwk2j1zbfvb5w";
+      "2cbpyx9jn23kc289z8ikzx3035g5z6p076izvld50mj3kqc0v4n3igih3rv1lsdwysik8c0ax5w3pa037lnrp6ridgbnix34gxr4nw6";
   };
 
   nativeBuildInputs = [