Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (security)

This commit is contained in:
Vladimír Čunát
2017-06-15 20:29:01 +02:00
parent 0b5096793c
commit 791f072384
6 changed files with 604 additions and 604 deletions
@@ -170,6 +170,10 @@ stdenv.mkDerivation {
passthru.ffmpegSupport = true;
passthru.updateScript = import ./update.nix {
inherit name channel writeScript xidel coreutils gnused gnugrep gnupg curl;
baseUrl =
if channel == "devedition"
then "http://archive.mozilla.org/pub/devedition/releases/"
else "http://archive.mozilla.org/pub/firefox/releases/";
};
meta = with stdenv.lib; {
description = "Mozilla Firefox, free web browser (binary package)";