summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-29 11:09:13 +0100
committerGitHub <noreply@github.com>2017-08-29 11:09:13 +0100
commit4b8435dceeeb2fd4bf69da2d9271641d599c34c3 (patch)
treeaab9e43c53677af1a9872c8f3abd3ef7b27b6a42 /pkgs/applications/networking/p2p
parentd0192e295a65dc5688ed360866fff14851148db5 (diff)
parenta75d04a970b87bd54003d3485333d7c5d8880e34 (diff)
downloadnixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.tar
nixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.tar.gz
nixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.tar.bz2
nixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.tar.lz
nixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.tar.xz
nixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.tar.zst
nixlib-4b8435dceeeb2fd4bf69da2d9271641d599c34c3.zip
Merge pull request #28578 from kevincox/qb
qbittorrent: 3.3.13 -> 3.3.15
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 c848f13b0d98..3baa5a8e480d 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.13";
+  version = "3.3.15";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "13a6rv4f4xgbjh6nai7fnqb04rh7i2kjpp7y2z5j1wyy4x8pncc4";
+    sha256 = "1bnfnbkdg0088h25zzhlpcdh30y0k1m76bkhjsj1aali765c1fx7";
   };
 
   nativeBuildInputs = [ pkgconfig which ];