qbittorrent: 4.0.1 -> 4.0.3

This commit is contained in:
adisbladis 2018-01-04 00:51:07 +01:00
parent cc097d752d
commit 91f15c9c72
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5
2 changed files with 3 additions and 5 deletions

View File

@ -10,11 +10,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "qbittorrent-${version}";
version = "4.0.1";
version = "4.0.3";
src = fetchurl {
url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
sha256 = "0khy875ahh9rlk8lyfpwsbxjsbp7i1cwqvd1j1s4cqc812szh3z3";
sha256 = "1lkbrvpzdfbqwilj09a9vraai7pz6dh999w4vl51mj1adm7bh0ws";
};
nativeBuildInputs = [ pkgconfig which ];

View File

@ -16539,9 +16539,7 @@ with pkgs;
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent {
libtorrentRasterbar = libtorrentRasterbar_1_0;
};
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent { };
eiskaltdcpp = callPackage ../applications/networking/p2p/eiskaltdcpp {
lua5 = lua5_1;