summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 15:34:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-09 15:34:41 +0000
commitf72711860e3679d6e3c310d6e68668393b295c10 (patch)
treeec932b455dec121e46ccd7444c67de3736527a41
parent7b403f04f545912a70f9557631cecf472f2de90e (diff)
downloadnixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.tar
nixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.tar.gz
nixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.tar.bz2
nixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.tar.lz
nixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.tar.xz
nixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.tar.zst
nixpkgs-f72711860e3679d6e3c310d6e68668393b295c10.zip
qbittorrent: 4.5.2 -> 4.5.3
-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 999d2fa5dd6..c3461bb5704 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.2";
+  version = "4.5.3";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qBittorrent";
     rev = "release-${version}";
-    hash = "sha256-U0JDLLyIrMBqP4EqRAj48sdv9Om9cwdx4vP/0Ob1QB8=";
+    hash = "sha256-d3WYNMeM6ccn0M+EuCm4OBEq8NKU0Nx276Av5cobzfU=";
   };
 
   enableParallelBuilding = true;