summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2020-11-07 03:13:09 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2020-11-21 18:31:38 +0900
commita4c4b509fc54d615ea0372a46e0122c73d41eeb8 (patch)
tree85f170d9692bb5481d13ac850cedccd2488d33ed
parentthunderbird-bin: 78.4.0 -> 78.4.1 (diff)
downloadnixpkgs-a4c4b509fc54d615ea0372a46e0122c73d41eeb8.tar.gz
thunderbird: 78.4.0 -> 78.4.1
(cherry picked from commit 00213ef17f8bc35aae3227012256713d17b1d0d8) (with modification)
-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 894253dc15bb..1db531958e87 100644
--- a/pkgs/applications/networking/mailreaders/thunderbird/default.nix
+++ b/pkgs/applications/networking/mailreaders/thunderbird/default.nix
@@ -73,13 +73,13 @@ assert waylandSupport -> gtk3Support == true;
stdenv.mkDerivation rec {
pname = "thunderbird";
- version = "78.4.0";
+ version = "78.4.1";
src = fetchurl {
url =
"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
sha512 =
- "04b6n3gsan0a5abh371ws3c3rry4dcb3c6rbqmcxkzrdjg2xr5vn6xhlg3dgl3l01p0hp1xqpckj8g5yb2dq2x07xgg1hnyhs9aadh5";
+ "2mbb139xdi69bnvvg7zabwbw181xnz7y154viynmkwyh4iww0hcsvr88q246gnif8a7jns3pi4qgqxgzflyl6mzpsvfdrbjs5hylanx";
};
nativeBuildInputs = [