mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
gogdl: Add updateScript
This commit is contained in:
parent
cd74ac90f5
commit
d29ebc00db
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user