From 233118579400d89af0674ac11aa0bb9f920734e7 Mon Sep 17 00:00:00 2001 From: Nixpkgs Monitor Date: Thu, 12 Dec 2013 03:34:12 +0200 Subject: [PATCH] qbittorrent: update from 3.1.2 to 3.1.3 --- pkgs/applications/networking/p2p/qbittorrent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/p2p/qbittorrent/default.nix b/pkgs/applications/networking/p2p/qbittorrent/default.nix index 5aff37580d3..0ba160c8a91 100644 --- a/pkgs/applications/networking/p2p/qbittorrent/default.nix +++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix @@ -2,11 +2,11 @@ , pkgconfig }: stdenv.mkDerivation rec { - name = "qbittorrent-3.1.2"; + name = "qbittorrent-3.1.3"; src = fetchurl { url = "mirror://sourceforge/qbittorrent/${name}.tar.xz"; - sha256 = "1viia11qixp1qqxcyiw1x4if63cfyqk4rscpzp1vnhnzm06irv7y"; + sha256 = "16m3l8qjcj63brzrdn82cbijvz8fcxfgpibi4g5g6sbissjkwsww"; }; buildInputs = [ qt4 which dbus_libs boost libtorrentRasterbar