itch icon

itch 26.13.0

Game client for itch.io

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    itch # itch
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    itch # itch
  ];
}

Package Definition

{
  "pname": "itch",
  "version": "26.13.0",
  "src": {
    "url": "https://github.com/itchio/itch/releases/download/v26.13.0/itch-v26.13.0-darwin-arm64.tar.gz",
    "sha256": "1c2bd9900fd325c8163e0b801e211aeab40d549fb09d5654ef865d5d00f0f22c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/itch.app\" && cp -r \"itch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game client for itch.io",
    "homepage": "https://itch.io/app"
  }
}