legendary-gl: Add updateScript

This commit is contained in:
Aidan Gauland
2022-12-29 09:22:25 +13:00
parent 1ffa32b6c5
commit cd74ac90f5
+3
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 { };
}