summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <PascalWittmann@gmx.net>2017-07-03 21:43:25 +0200
committerGitHub <noreply@github.com>2017-07-03 21:43:25 +0200
commitdc7cc77111a49f332c3f4c430685890a1f004c9b (patch)
tree6fa2eaa09e3b97a2c39b6bd962961d518d959b52 /pkgs
parent24ec6634f4df0683bcf7b32dcf5499d4409a4030 (diff)
parentfd92bd0d805f015eb0254ffe15753f412cfc1202 (diff)
Merge pull request #27098 from romildo/upd.qbittorrent
qbittorrent: 3.3.12 -> 3.3.13
Diffstat (limited to 'pkgs')
-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 458aa677b89f..c848f13b0d98 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.12";
+ version = "3.3.13";
src = fetchurl {
url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
- sha256 = "0vs626khavhqqnq2hrwrxyc8ihbngharcf1fd37nwccvy13qqljn";
+ sha256 = "13a6rv4f4xgbjh6nai7fnqb04rh7i2kjpp7y2z5j1wyy4x8pncc4";
};
nativeBuildInputs = [ pkgconfig which ];