about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-11-30 16:54:29 -0500
committerGitHub <noreply@github.com>2018-11-30 16:54:29 -0500
commit2eccd56c5a8a99585bd5d58086d16113b6c35e58 (patch)
tree958fad4fec780b4b517e772e0c4015a59cc32705 /pkgs/applications/networking
parent57febcf7eb83d5420246dfd6c1891e2b7629300b (diff)
parent5ce63222433aa922a4d96921dd6f6c7f169b11ff (diff)
downloadnixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.tar
nixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.tar.gz
nixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.tar.bz2
nixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.tar.lz
nixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.tar.xz
nixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.tar.zst
nixlib-2eccd56c5a8a99585bd5d58086d16113b6c35e58.zip
Merge pull request #51242 from Anton-Latukha/qbittorent-upd
qbittorrent: 4.1.3 -> 4.1.4
Diffstat (limited to 'pkgs/applications/networking')
-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 673ece2cb72c..532efa68f9ae 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