Raider.io Client icon

Raider.io Client 4.8.4

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.8.4",
  "src": {
    "url": "https://github.com/RaiderIO/raiderio-client-builds/releases/download/v4.8.4/RaiderIO_Client.dmg",
    "sha256": "2cb9fb27d7f8921cc80f3f880c00efd1e50601c472af3db4dc7a9f5cc89df494"
  },
  "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/"
  }
}