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.0.5",
"src": {
"url": "https://downloads.sourceforge.net/qbittorrent/qbittorrent-mac/qbittorrent-5.0.5/qbittorrent-5.0.5.dmg",
"sha256": "7285e98b5ef4b9a227247dcd933f1a556bfc1ff10901fc7aedb0c4b7ad082814"
},
"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/"
}
}
Version History
5.0.5 (NixCasks v4)
14 April 2025, 00:00 5.0.4 (NixCasks v4)
7 March 2025, 09:14 5.0.4 (NixCasks v3)
5 March 2025, 00:00 5.0.4 (NixCasks v2)
4 March 2025, 19:10 5.0.4 (NixCasks v1)
20 February 2025, 00:00 5.0.3 (NixCasks v1)
26 December 2024, 00:00 5.0.2 (NixCasks v1)
18 November 2024, 20:10 5.0.1 (NixCasks v1)
8 November 2024, 21:17