OP.GG Desktop icon

OP.GG Desktop 2.0.11

Game records and champion analysis

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    opgg # OP.GG Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    opgg # OP.GG Desktop
  ];
}

Package Definition

{
  "pname": "opgg",
  "version": "2.0.11",
  "src": {
    "url": "https://desktop-patch.op.gg/update/general/OP.GG-2.0.11-universal.dmg",
    "sha256": "eac47ef804fea4a1150beafbb2d7af1b12870fc9fd10500e6f8cb683249b5772"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/OP.GG.app\" && cp -r \"OP.GG.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Game records and champion analysis",
    "homepage": "https://op.gg/desktop/"
  }
}