qBittorrent icon

qBittorrent 5.2.0

Peer to peer Bitorrent client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "qbittorrent",
  "version": "5.2.0",
  "src": {
    "url": "https://downloads.sourceforge.net/qbittorrent/qbittorrent-mac/qbittorrent-5.2.0/qbittorrent-5.2.0.dmg",
    "sha256": "02f38e371c833add8ac8da3e7fb33ec1f144ed1874221f42f2dc76390a72f89b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/qBittorrent.app\" && cp -r \"qbittorrent.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Peer to peer Bitorrent client",
    "homepage": "https://www.qbittorrent.org/"
  }
}