qbittorrent: 4.3.3 -> 4.3.5
https://github.com/qbittorrent/qBittorrent/blob/release-4.3.5/Changelog
This commit is contained in:
parent
6d1934ae67
commit
30c602ac7a
1 changed files with 7 additions and 4 deletions
|
@ -12,15 +12,17 @@ assert trackerSearch -> (python3 != null);
|
||||||
with lib;
|
with lib;
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "qbittorrent";
|
pname = "qbittorrent";
|
||||||
version = "4.3.3";
|
version = "4.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qbittorrent";
|
owner = "qbittorrent";
|
||||||
repo = "qbittorrent";
|
repo = "qBittorrent";
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "0y8vrvfv8n6zg6pgg5a9hmvxi2z9rrfd9k8zv04nv5js91b99ncq";
|
sha256 = "1vdk42f8rxffyfydjk5cgzg5gl88ng2pynlyxw5ajh08wvkkjzgy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# NOTE: 2018-05-31: CMake is working but it is not officially supported
|
# NOTE: 2018-05-31: CMake is working but it is not officially supported
|
||||||
nativeBuildInputs = [ makeWrapper pkg-config ];
|
nativeBuildInputs = [ makeWrapper pkg-config ];
|
||||||
|
|
||||||
|
@ -47,7 +49,8 @@ mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Featureful free software BitTorrent client";
|
description = "Featureful free software BitTorrent client";
|
||||||
homepage = "https://www.qbittorrent.org/";
|
homepage = "https://www.qbittorrent.org/";
|
||||||
license = licenses.gpl2;
|
changelog = "https://github.com/qbittorrent/qBittorrent/blob/release-${version}/Changelog";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ Anton-Latukha ];
|
maintainers = with maintainers; [ Anton-Latukha ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue