summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorKranium Gikos Mendoza <kranium@gikos.net>2016-06-27 17:00:33 +0800
committerKranium Gikos Mendoza <kranium@gikos.net>2016-06-27 17:00:33 +0800
commite8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1 (patch)
tree23bcb9bd8478c4d5af905004c238869169d244df /pkgs/applications/networking/p2p
parent453086a15fc0db0c2bc17d98350b0632551cb0fe (diff)
downloadnixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.tar
nixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.tar.gz
nixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.tar.bz2
nixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.tar.lz
nixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.tar.xz
nixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.tar.zst
nixlib-e8dcd4a9d51ce9f50c0ea1ce6883a9dc77195fa1.zip
qbittorrent: 3.3.4 -> 3.3.5
Diffstat (limited to 'pkgs/applications/networking/p2p')
-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 78f2c79923a4..f3c94e8577f8 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.4";
+  version = "3.3.5";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "1f4impsjck8anl39pwypsck7j6xw0dl18qd0b4xi23r45jvx9l60";
+    sha256 = "1nh4lr4kbgh6rrsjax2a4lg82vn1ld0rnqjpp7sb6vpz8ikavk9q";
   };
 
   nativeBuildInputs = [ pkgconfig which ];