thunderbird: fix update script
This commit is contained in:
parent
ebcf0679c4
commit
a1f1297f45
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue