about summary refs log tree commit diff
path: root/pkgs/games/itch/invisigun-heroes.nix
blob: 1dfc9e01a139f042314e7cbfd36b50cbe50bfc74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ buildUnity, fetchItch }:

buildUnity rec {
  name = "invisigun-heroes";
  fullName = "Invisigun Heroes";
  version = "1.5.50";

  src = fetchItch {
    name = "${name}-${version}.zip";
    gameId = 25561;
    uploadId = 208583;
    version = "v${version}";
    sha256 = "0gyk683sa8gkx5dl78jac905mhfv1kfjdslpczh2pm2fmd5n651x";
  };
}