mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
thunderbird: Update to 31.6.0
Fixes various critical vulnerabilities.
This commit is contained in:
parent
2e953d1bdc
commit
748be0b5d0
|
@ -13,7 +13,7 @@
|
|||
enableOfficialBranding ? false
|
||||
}:
|
||||
|
||||
let version = "31.4.0"; in
|
||||
let version = "31.6.0"; in
|
||||
let verName = "${version}"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.mozilla.org/pub/thunderbird/releases/${verName}/source/thunderbird-${verName}.source.tar.bz2";
|
||||
sha1 = "00b55e28f55b84e3cd257407d797e07a363aeef8";
|
||||
sha1 = "147ba0f3c7da29a7814ee9ce4265fb107744559e";
|
||||
};
|
||||
|
||||
buildInputs = # from firefox30Pkgs.xulrunner, but without gstreamer and libvpx
|
||||
|
|
Loading…
Reference in a new issue