Skip to content

Commit

Permalink
thunderbird: 78.4.0 -> 78.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taku0 committed Nov 7, 2020
1 parent 33a3ac3 commit 00213ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -70,13 +70,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 = [
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -23811,7 +23811,9 @@ in
thunderbird = thunderbird-78;

thunderbird-78 = callPackage ../applications/networking/mailreaders/thunderbird {
inherit (rustPackages) cargo rustc;
# Using older Rust for workaround:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1663715
inherit (rustPackages_1_45) cargo rustc;
libpng = libpng_apng;
icu = icu67;
libvpx = libvpx_1_8;
Expand Down

0 comments on commit 00213ef

Please sign in to comment.