legendary-gl: Add updateScript

This commit is contained in:
Aidan Gauland 2022-12-29 09:22:02 +13:00
parent 1ffa32b6c5
commit cd74ac90f5
No known key found for this signature in database
GPG Key ID: 16E68DD2D0E77C91

View File

@ -1,4 +1,5 @@
{ lib
, gitUpdater
, fetchFromGitHub
, buildPythonApplication
, pythonOlder
@ -31,4 +32,6 @@ buildPythonApplication rec {
license = licenses.gpl3;
maintainers = with maintainers; [ equirosa ];
};
passthru.updateScript = gitUpdater { };
}