about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/minimetro.nix
blob: a5c48775d2e2b0992c17d5c34edc772f4c88e7cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ buildUnity, fetchHumbleBundle }:

buildUnity rec {
  name = "minimetro";
  version = "39";
  fullName = "Mini Metro";
  saveDir = "Dinosaur Polo Club/Mini Metro";

  src = fetchHumbleBundle {
    name = "MiniMetro-release-39-linux.tar.gz";
    machineName = "minimetro_linux";
    downloadName = "Download";
    md5 = "3e7afefbcc68b6295821394e31f5e48b";
  };
}