thunderbird: fix update script

This commit is contained in:
taku0 2020-07-31 08:33:18 +09:00
parent ebcf0679c4
commit a1f1297f45

View file

@ -316,7 +316,7 @@ stdenv.mkDerivation rec {
]; ];
passthru.updateScript = import ./../../browsers/firefox/update.nix { passthru.updateScript = import ./../../browsers/firefox/update.nix {
attrPath = "thunderbird"; attrPath = "thunderbird-78";
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/"; baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
inherit writeScript lib common-updater-scripts xidel coreutils gnused inherit writeScript lib common-updater-scripts xidel coreutils gnused
gnugrep curl runtimeShell; gnugrep curl runtimeShell;