13 stdenv.mkDerivation rec {
14 pname = "qbittorrent-enhanced";
17 src = fetchFromGitHub {
19 repo = "qBittorrent-Enhanced-Edition";
20 rev = "release-${version}";
21 hash = "sha256-Mr376nH2pE6NMF9IdDhZULwqkRr7472OZnKO86hb6ZI=";
40 description = "Unofficial enhanced version of qBittorrent, a BitTorrent client";
41 homepage = "https://github.com/c0re100/qBittorrent-Enhanced-Edition";
42 changelog = "https://github.com/c0re100/qBittorrent-Enhanced-Edition/blob/${src.rev}/Changelog";
43 license = with lib.licenses; [ gpl2Only gpl3Only ];
44 maintainers = with lib.maintainers; [ ByteSudoer ];
45 mainProgram = "qBittorrent-enhanced";
46 platforms = lib.platforms.linux;