summaryrefslogtreecommitdiffstats
path: root/pkgs/games/gogdl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gogdl/default.nix')
-rw-r--r--pkgs/games/gogdl/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/games/gogdl/default.nix b/pkgs/games/gogdl/default.nix
index 944902bcadc3..24a9667e6799 100644
--- a/pkgs/games/gogdl/default.nix
+++ b/pkgs/games/gogdl/default.nix
@@ -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";
+ };
}