Skip to content

Commit

Permalink
Merge pull request #16547 from womfoo/qbittorrent
Browse files Browse the repository at this point in the history
qbittorrent: 3.3.4 -> 3.3.5
  • Loading branch information
FRidh committed Jun 27, 2016
2 parents a0c0f63 + e8dcd4a commit 73ed4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/qbittorrent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ assert guiSupport -> (dbus_libs != null);
with stdenv.lib;
stdenv.mkDerivation rec {
name = "qbittorrent-${version}";
version = "3.3.4";
version = "3.3.5";

src = fetchurl {
url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
sha256 = "1f4impsjck8anl39pwypsck7j6xw0dl18qd0b4xi23r45jvx9l60";
sha256 = "1nh4lr4kbgh6rrsjax2a4lg82vn1ld0rnqjpp7sb6vpz8ikavk9q";
};

nativeBuildInputs = [ pkgconfig which ];
Expand Down

0 comments on commit 73ed4df

Please sign in to comment.