about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-10-10 19:15:14 +0200
committerGitHub <noreply@github.com>2022-10-10 19:15:14 +0200
commit499e75fe319408faefa77b480fac3e44ed259f65 (patch)
tree31c6c8040ae39e5db9ef6f4c44e8718b9ad92de3 /pkgs/applications/networking/p2p
parentfa813d7b6ba36100fcfccc0ee4283fef0e020116 (diff)
parenta0ed105ac4d06810075c6f23d25d22e03a222e1f (diff)
Merge pull request #189406 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.4.3.1 -> 4.4.5
Diffstat (limited to 'pkgs/applications/networking/p2p')
-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 47fe3e97c1d35..1b4f12874dbda 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -12,13 +12,13 @@ assert trackerSearch -> (python3 != null);
 with lib;
 mkDerivation rec {
   pname = "qbittorrent";
-  version = "4.4.3.1";
+  version = "4.4.5";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qBittorrent";
     rev = "release-${version}";
-    sha256 = "sha256-byA6bzGdigmVptUFdgBjyg6Oimn5L6l1DDOuuBjwO0s=";
+    sha256 = "sha256-EgRDNOJ4szdZA5ipOuGy2R0oVdjWcuqPU3ecU3ZNK3g=";
   };
 
   enableParallelBuilding = true;