summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2018-02-21 19:28:03 +0100
committerGitHub <noreply@github.com>2018-02-21 19:28:03 +0100
commit539f26cb39c16f5e365753eee80a3bd369fc8001 (patch)
treeaa6888c852bd80b14a980877de654f9c195ffb6c /pkgs
parent09ee3770dd7d7f2ef6feecbe47958c951dd98859 (diff)
parent2992e26ca8490a2a2b7e47ad468e386cee01d9a3 (diff)
downloadnixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.tar
nixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.tar.gz
nixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.tar.bz2
nixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.tar.lz
nixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.tar.xz
nixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.tar.zst
nixpkgs-539f26cb39c16f5e365753eee80a3bd369fc8001.zip
Merge pull request #35279 from svsdep/qbittorrent-4.0.4
qbittorrent: 4.0.3 -> 4.0.4
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 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 ];