···49 # The latest Dwarf Fortress version. Maintainers: when a new version comes
50 # out, ensure that (unfuck|dfhack|twbt) are all up to date before changing
51 # this. Note that unfuck and twbt are not required for 50.
52- latestVersion = "50.12";
5354 # Converts a version to a package name.
55 versionToName = version: "dwarf-fortress_${replaceStrings ["."] ["_"] version}";
···49 # The latest Dwarf Fortress version. Maintainers: when a new version comes
50 # out, ensure that (unfuck|dfhack|twbt) are all up to date before changing
51 # this. Note that unfuck and twbt are not required for 50.
52+ latestVersion = "50.13";
5354 # Converts a version to a package name.
55 versionToName = version: "dwarf-fortress_${replaceStrings ["."] ["_"] version}";