summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorsvsdep <svsdep@gmail.com>2018-02-21 19:02:55 +0200
committersvsdep <svsdep@gmail.com>2018-02-21 19:02:55 +0200
commit2992e26ca8490a2a2b7e47ad468e386cee01d9a3 (patch)
tree89e1ea1334a93d5989862a89c84ef4a3ea3b7223 /pkgs/applications/networking/p2p/qbittorrent
parentec2e601871c9eab2056b7ce02f5ac85a70b5314e (diff)
downloadnixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.tar
nixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.tar.gz
nixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.tar.bz2
nixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.tar.lz
nixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.tar.xz
nixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.tar.zst
nixpkgs-2992e26ca8490a2a2b7e47ad468e386cee01d9a3.zip
qbittorrent: 4.0.3 -> 4.0.4
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 59c48c0a3d3..90d68a96e5c 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,11 +10,11 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "qbittorrent-${version}";
-  version = "4.0.3";
+  version = "4.0.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "1lkbrvpzdfbqwilj09a9vraai7pz6dh999w4vl51mj1adm7bh0ws";
+    sha256 = "13sw0sdw2agm49plp9xvkg6wva274drpvgz76dqj4j2kfxx9s2jk";
   };
 
   nativeBuildInputs = [ pkgconfig which ];