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

buildUnity {
  name = "the-longing";
  fullName = "The Longing";
  saveDir = "Studio Seufz/The Longing";
  version = "1.0.7";

  src = fetchGog {
    productId = 1091099749;
    sha256 = "18gzzgl7dkgbv2a6ibj3bxc409asnad6b2yaxg8mp8ya7wyw8wv0";
  };
}