moodle-dl: add update script
This commit is contained in:
parent
db51201378
commit
569639b5c0
@ -1,4 +1,4 @@
|
||||
{ lib, python3Packages, fetchFromGitHub }:
|
||||
{ lib, python3Packages, fetchFromGitHub, gitUpdater }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "moodle-dl";
|
||||
@ -29,6 +29,8 @@ python3Packages.buildPythonApplication rec {
|
||||
# upstream has no tests
|
||||
doCheck = false;
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/C0D3D3V/Moodle-Downloader-2";
|
||||
maintainers = [ maintainers.kmein ];
|
||||
|
Loading…
Reference in New Issue
Block a user