Skip to content

Commit

Permalink
gogdl: Add updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
aidalgol committed Dec 28, 2022
1 parent cd74ac9 commit d29ebc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pkgs/games/gogdl/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, gitUpdater
, buildPythonApplication
, fetchFromGitHub
, pythonOlder
Expand Down Expand Up @@ -33,4 +34,8 @@ buildPythonApplication rec {
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ aidalgol ];
};

passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
}
2 changes: 1 addition & 1 deletion pkgs/games/legendary-gl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ buildPythonApplication rec {
license = licenses.gpl3;
maintainers = with maintainers; [ equirosa ];
};

passthru.updateScript = gitUpdater { };
}

0 comments on commit d29ebc0

Please sign in to comment.