summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2017-08-25 20:46:04 +0100
committerKevin Cox <kevincox@kevincox.ca>2017-08-25 20:46:04 +0100
commita75d04a970b87bd54003d3485333d7c5d8880e34 (patch)
treea82efa6b986885a221ea25dcf63d171f50af7969 /pkgs/applications/networking/p2p/qbittorrent
parent58c0d63100244211f5a898d5c26a76aca038698c (diff)
downloadnixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.tar
nixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.tar.gz
nixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.tar.bz2
nixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.tar.lz
nixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.tar.xz
nixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.tar.zst
nixpkgs-a75d04a970b87bd54003d3485333d7c5d8880e34.zip
qbittorrent: 3.3.13 -> 3.3.15
This version contains among other things a fix for a too restrictive
XSS filter. See the full change log at https://www.qbittorrent.org/news.php
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 c848f13b0d9..3baa5a8e480 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 ];