about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-04-30 13:47:44 +0200
committerGitHub <noreply@github.com>2022-04-30 13:47:44 +0200
commitc8463070ea526e60746d1ca079c4c49a88c4d7f5 (patch)
treedd8e976d0cbbb1b7acaa389e6439414cbe39c680 /pkgs/applications/networking/p2p
parent5b47056b7d4ac1dcde998f9bac309a1875c670d5 (diff)
parent487eec467f387b38262d1df3ae7e2b2191c573cc (diff)
Merge pull request #166088 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.4.1 -> 4.4.2
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 3c05398df0ea3..e00af5fdc8055 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.1";
+  version = "4.4.2";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qBittorrent";
     rev = "release-${version}";
-    sha256 = "sha256-HNgegPL7M0zwkn7+lcNcsgWgrCbY9/d0nuIlIC5hkAM=";
+    sha256 = "sha256-xBNN9YYKMDcoL1wvERjlAjV8vb2GVgwwlHtb5y0+f+8=";
   };
 
   enableParallelBuilding = true;