mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
thunderbird: 78.4.0 -> 78.4.1
This commit is contained in:
parent
33a3ac3169
commit
00213ef17f
@ -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 = [
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user