Raider.io Client icon

Raider.io Client 4.8.3

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