about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2017-02-16 11:10:07 -0200
committerRobin Gloster <mail@glob.in>2017-02-17 02:45:15 +0100
commit53c2e38e0d16fa10db8237bdeef3ed824c3ffef4 (patch)
tree7e62e5bf0946e6bbc9b5bb6094e33cc033377c21 /pkgs/applications/networking/p2p
parent17f566d1e191290683fac0b3e93428db12e5dd13 (diff)
downloadnixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.tar
nixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.tar.gz
nixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.tar.bz2
nixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.tar.lz
nixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.tar.xz
nixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.tar.zst
nixlib-53c2e38e0d16fa10db8237bdeef3ed824c3ffef4.zip
qbittorrent: 3.3.7 -> 3.3.10
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index 620b8601d7dc..cdafea3be79f 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,11 +10,11 @@ assert guiSupport -> (dbus_libs != null);
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "qbittorrent-${version}";
-  version = "3.3.7";
+  version = "3.3.10";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "0h2ccqmjnm0x0qjvd0vz5hk7dy9qbqhiqvxywqjhip7sj1585p3j";
+    sha256 = "1lm8y5k9363gajbw0k9jb1cb7zg0lz5rw2ja0kd36h68rpm7qr9c";
   };
 
   nativeBuildInputs = [ pkgconfig which ];
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
     description = "Free Software alternative to µtorrent";
     homepage    = http://www.qbittorrent.org/;
     license     = licenses.gpl2;
-    maintainers = with maintainers; [ viric ];
     platforms   = platforms.linux;
+    maintainers = with maintainers; [ viric ];
   };
 }