Raider.io Client icon

Raider.io Client 4.10.5

World of Warcraft client to track Mythic+ and Raid Progression

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    raiderio # Raider.io Client
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    raiderio # Raider.io Client
  ];
}

Package Definition

{
  "pname": "raiderio",
  "version": "4.10.5",
  "src": {
    "url": "https://github.com/RaiderIO/raiderio-client-builds/releases/download/v4.10.5/RaiderIO_Client.dmg",
    "sha256": "2c34297326c7bb0c40738845d42cf969fb9141446b23e94035b6a7a67bd68866"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/RaiderIO.app\" && cp -r \"RaiderIO.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "World of Warcraft client to track Mythic+ and Raid Progression",
    "homepage": "https://raider.io/"
  }
}