about summary refs log tree commit diff
path: root/pkgs/games/gog/wizard-of-legend.nix
blob: 8e0a5cf50e58c8d73300da4235894c8b3b306f83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ buildUnity, fetchGog }:

buildUnity {
  name = "wizard-of-legend";
  fullName = "WizardOfLegend";
  saveDir = "Contingent99/Wizard of Legend";
  version = "1.033b";

  src = fetchGog {
    productId = 2061814323;
    sha256 = "192fhway7ij5f4fh0vb1204f3yg3fxz08fvqlg03gskjs9krcbcz";
  };
}