Skip to content

Commit

Permalink
Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (security)
Browse files Browse the repository at this point in the history
(cherry picked from commit 791f072)
I left out the firefox-bin bits, as they didn't apply anyway.
  • Loading branch information
vcunat committed Jun 16, 2017
1 parent 852827b commit 69380c9
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 588 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
assert stdenv.isLinux;

# imports `version` and `sources`
with (import ./sources.nix);
with (import ./release_sources.nix);

let
arch = if stdenv.system == "i686-linux"
Expand Down Expand Up @@ -151,6 +151,7 @@ stdenv.mkDerivation {
passthru.updateScript = import ./../../browsers/firefox-bin/update.nix {
inherit name writeScript xidel coreutils gnused gnugrep curl gnupg;
baseName = "thunderbird";
channel = "release";
basePath = "pkgs/applications/networking/mailreaders/thunderbird-bin";
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
};
Expand Down

0 comments on commit 69380c9

Please sign in to comment.