gogdl: Add updateScript

This commit is contained in:
Aidan Gauland
2022-12-29 12:28:21 +13:00
parent cd74ac90f5
commit d29ebc00db
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,4 +1,5 @@
{ lib
, gitUpdater
, buildPythonApplication
, fetchFromGitHub
, pythonOlder
@@ -33,4 +34,8 @@ buildPythonApplication rec {
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ aidalgol ];
};
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
}
+1 -1
View File
@@ -32,6 +32,6 @@ buildPythonApplication rec {
license = licenses.gpl3;
maintainers = with maintainers; [ equirosa ];
};
passthru.updateScript = gitUpdater { };
}