about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-05-10 06:36:20 -0700
committerGitHub <noreply@github.com>2020-05-10 06:36:20 -0700
commitf88bdf383be38693c72e2e0d8ff8b429c18c4899 (patch)
treeeefadd43c380bd7ec124b7171e1690eaff4e3dac
parent58d3628af870f7027f448facb79ca6134d4cfff9 (diff)
parent35729638c8735dbcb024f7e19c019d82c0857b62 (diff)
downloadnixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.tar
nixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.tar.gz
nixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.tar.bz2
nixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.tar.lz
nixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.tar.xz
nixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.tar.zst
nixlib-f88bdf383be38693c72e2e0d8ff8b429c18c4899.zip
Merge pull request #87460 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.2.2 -> 4.2.5
-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 39740f53475c..964752f3b85d 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -10,13 +10,13 @@ with lib;
 
 mkDerivation rec {
   pname = "qbittorrent";
-  version = "4.2.2";
+  version = "4.2.5";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qbittorrent";
     rev = "release-${version}";
-    sha256 = "1iqgwhgwa2kx85zj1rwfnnclr1433a7m2gbs3j7w6rx39vxnzhcc";
+    sha256 = "1n613ylg6i9gisgk0dbr2kpfasyizrkdjff1r8smd4vri2qrdksn";
   };
 
   # NOTE: 2018-05-31: CMake is working but it is not officially supported