summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-01-04 00:51:07 +0100
committeradisbladis <adis@blad.is>2018-01-04 00:51:07 +0100
commit91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc (patch)
tree692e07884f0fffa6584a2a539b537767c02819d6 /pkgs/applications/networking/p2p/qbittorrent
parentcc097d752d5c40d7e2d9fadbf7b44126b15045e6 (diff)
downloadnixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.tar
nixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.tar.gz
nixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.tar.bz2
nixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.tar.lz
nixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.tar.xz
nixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.tar.zst
nixpkgs-91f15c9c7267f11a7bc406bf7a0e02e4aa953bdc.zip
qbittorrent: 4.0.1 -> 4.0.3
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 1cf6db21bed..a2b72ea99dc 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.1";
+  version = "4.0.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/qbittorrent/${name}.tar.xz";
-    sha256 = "0khy875ahh9rlk8lyfpwsbxjsbp7i1cwqvd1j1s4cqc812szh3z3";
+    sha256 = "1lkbrvpzdfbqwilj09a9vraai7pz6dh999w4vl51mj1adm7bh0ws";
   };
 
   nativeBuildInputs = [ pkgconfig which ];