summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-28 14:26:25 +0200
committerGitHub <noreply@github.com>2023-02-28 14:26:25 +0200
commit68196a61c26748d3e53a6803de3d2f8c69f27831 (patch)
tree003936ec9181609f20d6f78ed7eac277347e1f32 /pkgs/applications
parentdaad63931c75996660edfcc27cf54c1a193b25e9 (diff)
parentd0c6fa6d4e09fa8a946ef81a836635ded8abded3 (diff)
Merge pull request #218773 from 5aaee9/master
qbittorrent: 4.5.1 -> 4.5.2
Diffstat (limited to 'pkgs/applications')
-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 1ddc8a14f5f53..999d2fa5dd659 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -11,13 +11,13 @@ assert trackerSearch -> (python3 != null);
 
 mkDerivation rec {
   pname = "qbittorrent" + lib.optionalString (!guiSupport) "-nox";
-  version = "4.5.1";
+  version = "4.5.2";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qBittorrent";
     rev = "release-${version}";
-    hash = "sha256-FpnWN++tgARETeUQhY9yXUPPz5FpOimqCUvBCfy0sAY=";
+    hash = "sha256-U0JDLLyIrMBqP4EqRAj48sdv9Om9cwdx4vP/0Ob1QB8=";
   };
 
   enableParallelBuilding = true;