summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorSimon Vandel Sillesen <simon.vandel@gmail.com>2016-04-28 18:09:55 +0200
committerSimon Vandel Sillesen <simon.vandel@gmail.com>2016-04-28 18:09:55 +0200
commit63d016b3359355b8a75da1d9f27ea3a6d134c2e0 (patch)
treebf70255538e5be573b1b87b46c5b434978ce2578 /pkgs/applications/networking/p2p/qbittorrent
parent44acb6833bfdac83495131f2bc5e7d3103a46863 (diff)
downloadnixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.tar
nixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.tar.gz
nixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.tar.bz2
nixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.tar.lz
nixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.tar.xz
nixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.tar.zst
nixpkgs-63d016b3359355b8a75da1d9f27ea3a6d134c2e0.zip
qbittorrent: 3.3.3 -> 3.3.4
Diffstat (limited to 'pkgs/applications/networking/p2p/qbittorrent')
-rw-r--r--pkgs/applications/networking/p2p/qbittorrent/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix
index 31931aa75d9..d0e938c1b30 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.3";
+  version = "3.3.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "0lyv230vqwb77isjqm6fwwgv8hdap88zir9yrccj0qxj7zf8p3cw";
+    sha256 = "1f4impsjck8anl39pwypsck7j6xw0dl18qd0b4xi23r45jvx9l60";
   };
 
   nativeBuildInputs = [ pkgconfig which ];