1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

dwarf-fortress: 0.44.12 -> 0.47.02

This commit is contained in:
Jonathan Ringer 2020-02-13 15:35:23 -08:00 committed by Jon
parent 381e86a782
commit d2b745d617

View file

@ -40,7 +40,7 @@ let
# The latest Dwarf Fortress version. Maintainers: when a new version comes
# out, ensure that (unfuck|dfhack|twbt) are all up to date before changing
# this.
latestVersion = "0.44.12";
latestVersion = "0.47.02";
# Converts a version to a package name.
versionToName = version: "dwarf-fortress_${lib.replaceStrings ["."] ["_"] version}";