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
@@ -9,15 +9,10 @@
, gnupg
, baseName ? "firefox"
, basePath ? "pkgs/applications/networking/browsers/firefox-bin"
, baseUrl
}:
let
baseUrl =
if channel == "devedition"
then "http://archive.mozilla.org/pub/devedition/releases/"
else "http://archive.mozilla.org/pub/firefox/releases/";
isBeta =
channel != "release";