summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2017-05-01 12:17:15 -0300
committerJoachim F <joachifm@users.noreply.github.com>2017-05-01 16:17:15 +0100
commit88fe719e64e7d642bde4d203f4a50a80d6cc3905 (patch)
tree0fc31244518f2a45c74408151dcdc3c277f8f0b9 /pkgs/applications/networking/p2p/qbittorrent
parent2c6bff552238298d90144c65cd9fac987cf7bdd8 (diff)
downloadnixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.tar
nixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.tar.gz
nixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.tar.bz2
nixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.tar.lz
nixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.tar.xz
nixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.tar.zst
nixpkgs-88fe719e64e7d642bde4d203f4a50a80d6cc3905.zip
qbittorrent: 3.3.11 -> 3.3.12 (#25350)
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 17548d82441..de05555633e 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.11";
+  version = "3.3.12";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "0q57ahhlx7r5k1ji87gbp4rvjfvhirlmcx5nbwrfvqmxsigar4j8";
+    sha256 = "0vs626khavhqqnq2hrwrxyc8ihbngharcf1fd37nwccvy13qqljn";
   };
 
   nativeBuildInputs = [ pkgconfig which ];