summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/qbittorrent
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2018-11-29 20:30:38 +0200
committerAnton-Latukha <anton.latukha@gmail.com>2018-11-29 20:30:38 +0200
commit5ce63222433aa922a4d96921dd6f6c7f169b11ff (patch)
tree8746c814959f8d5cea7aefa63c45b0fa1b546c7d /pkgs/applications/networking/p2p/qbittorrent
parentcfb184f2cb81e32639564597a0bf820a6595900e (diff)
downloadnixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.tar
nixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.tar.gz
nixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.tar.bz2
nixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.tar.lz
nixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.tar.xz
nixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.tar.zst
nixpkgs-5ce63222433aa922a4d96921dd6f6c7f169b11ff.zip
qbittorrent: 4.1.3 -> 4.1.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 673ece2cb72..532efa68f9a 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,13 +10,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   name = "qbittorrent-${version}";
-  version = "4.1.3";
+  version = "4.1.4";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "1hpcn1x4z3vdjscw035d18vqhfs7c6yv002akgmbgdf9jl3vfrsl";
+    sha256 = "1hclyahgzj775h1fnv2rck9cw3r2yp2r6p1q263mj890n32gf3hp";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported