OP.GG Desktop icon

OP.GG Desktop 2.0.6

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.6",
  "src": {
    "url": "https://desktop-patch.op.gg/update/general/OP.GG-2.0.6-universal.dmg",
    "sha256": "ffe32e9b94769eabf3558259fe57ba2003f11fd61c0a90b7460b6feedd2cbfdf"
  },
  "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/"
  }
}