summary refs log tree commit diff
diff options
context:
space:
mode:
authorIndexyz <jiduye@gmail.com>2023-02-28 17:17:58 +0800
committer5aaee9 <jiduye@gmail.com>2023-02-28 17:32:51 +0800
commitd0c6fa6d4e09fa8a946ef81a836635ded8abded3 (patch)
treec2fc770bda45a2b6d67c8962bed9d2cf5a2856cc
parentb8ea5a12fc23f144fda81ec2e071c94ccf0624fe (diff)
downloadnixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.tar
nixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.tar.gz
nixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.tar.bz2
nixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.tar.lz
nixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.tar.xz
nixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.tar.zst
nixpkgs-d0c6fa6d4e09fa8a946ef81a836635ded8abded3.zip
qbittorrent: 4.5.1 -> 4.5.2
-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 1ddc8a14f5f..999d2fa5dd6 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;