···2323 lua,
2424 curl,
2525 fetchpatch,
2626+ nix-update-script,
2627}:
27282829stdenv.mkDerivation rec {
···120121 EOF
121122 chmod +x "$out/bin/wesnoth"
122123 '';
124124+125125+ passthru.updateScript = nix-update-script {
126126+ extraArgs = [
127127+ "--version-regex"
128128+ # the minor release number also denotes if this is a beta release:
129129+ # even is stable, odd is beta
130130+ "^(\\d+\\.\\d*[02468]\\.\\d+)$"
131131+ ];
132132+ };
123133124134 meta = with lib; {
125135 description = "Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";