about summary refs log tree commit diff
path: root/pkgs/games/itch/invisigun-heroes.nix
blob: 72c1e7f494ac74c5a9d7b9ccbb6bb9fbfa8a884b (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.30";

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