mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "thunderbird";
|
pname = "thunderbird";
|
||||||
version = "78.4.0";
|
version = "78.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url =
|
url =
|
||||||
"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
|
"mirror://mozilla/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz";
|
||||||
sha512 =
|
sha512 =
|
||||||
"04b6n3gsan0a5abh371ws3c3rry4dcb3c6rbqmcxkzrdjg2xr5vn6xhlg3dgl3l01p0hp1xqpckj8g5yb2dq2x07xgg1hnyhs9aadh5";
|
"2mbb139xdi69bnvvg7zabwbw181xnz7y154viynmkwyh4iww0hcsvr88q246gnif8a7jns3pi4qgqxgzflyl6mzpsvfdrbjs5hylanx";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -23811,7 +23811,9 @@ in
|
|||||||
thunderbird = thunderbird-78;
|
thunderbird = thunderbird-78;
|
||||||
|
|
||||||
thunderbird-78 = callPackage ../applications/networking/mailreaders/thunderbird {
|
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;
|
libpng = libpng_apng;
|
||||||
icu = icu67;
|
icu = icu67;
|
||||||
libvpx = libvpx_1_8;
|
libvpx = libvpx_1_8;
|
||||||
|
Loading…
Reference in New Issue
Block a user