Tribler icon

Tribler 8.2.2

Privacy enhanced BitTorrent client with P2P content discovery

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tribler # Tribler
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tribler # Tribler
  ];
}

Package Definition

{
  "pname": "tribler",
  "version": "8.2.2",
  "src": {
    "url": "https://github.com/Tribler/tribler/releases/download/v8.2.2/Tribler-8.2.2.dmg",
    "sha256": "330873ae7ed60eb06c2ebfbd52d84e3c00258912b49021d62fc2f1c29132870a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tribler.app\" && cp -r \"Tribler.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Privacy enhanced BitTorrent client with P2P content discovery",
    "homepage": "https://www.tribler.org/"
  }
}