thunderbird: update to 31.2.0, including security
Some "critical security fixes" are claimed: https://www.mozilla.org/security/known-vulnerabilities/thunderbird/#thunderbird31.2.0
This commit is contained in:
parent
e6d8a87466
commit
1918f8737b
@ -13,7 +13,7 @@
|
|||||||
enableOfficialBranding ? false
|
enableOfficialBranding ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "31.1.2"; in
|
let version = "31.2.0"; in
|
||||||
let verName = "${version}"; in
|
let verName = "${version}"; in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.mozilla.org/pub/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.bz2";
|
url = "ftp://ftp.mozilla.org/pub/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.bz2";
|
||||||
sha1 = "a3983e7d29bd70e8117ca26f5b9873c68675caa9";
|
sha1 = "87dff89388bd7ec51876e1bdbd82bc3fe60006b6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx
|
buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user