Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (security)
This commit is contained in:
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user