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
This commit is contained in:
Kevin Cox 2017-08-25 20:46:04 +01:00
parent 58c0d63100
commit a75d04a970
No known key found for this signature in database
GPG Key ID: C0758A3B34D52E74
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];