about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSimon Vandel Sillesen <simon.vandel@gmail.com>2015-08-13 04:02:30 +0200
committerSimon Vandel Sillesen <simon.vandel@gmail.com>2015-08-13 04:07:08 +0200
commit1d78f31b765f8e3fe81d79f5bc9ae381271094da (patch)
tree23f57b7dbf93c0ea175a4bcf4d46f2f970c72378 /pkgs/top-level
parent2f62815520906bf3e5118137f5ec90e9032268b2 (diff)
qBittorrent: 3.1.11 -> 3.2.3
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 95152c65de92d..ed6d9a0f92c3e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12466,8 +12466,8 @@ let
   pythonmagick = callPackage ../applications/graphics/PythonMagick { };
 
   qbittorrent = callPackage ../applications/networking/p2p/qbittorrent {
-    boost = boost156;
-    libtorrentRasterbar = libtorrentRasterbar_0_16;
+    boost = boost;
+    libtorrentRasterbar = libtorrentRasterbar;
   };
 
   eiskaltdcpp = callPackage ../applications/networking/p2p/eiskaltdcpp { lua5 = lua5_1; };