about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2023-02-26 21:53:22 +0000
committerSergei Trofimovich <slyich@gmail.com>2023-02-26 21:53:22 +0000
commite7e072d05a0cfafde00828ce589756444f7d39d8 (patch)
tree57e45f8ccdfcdb0c5df0b957f6fcd0d261d1690b /pkgs/applications/networking/p2p
parente5fb0c0c7236189f651dc607043592b405676617 (diff)
parent549daacfcf7bac64c3c37bd5cc649fd981486e81 (diff)
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/python-aliases.nix

Trivial conflict of multiple added aliases.
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 64394696caf02..1ddc8a14f5f53 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.0";
+  version = "4.5.1";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qBittorrent";
     rev = "release-${version}";
-    hash = "sha256-mDjY6OAegMjU/z5+/BUbodxJjntFbk5bsfOfqIWa87o=";
+    hash = "sha256-FpnWN++tgARETeUQhY9yXUPPz5FpOimqCUvBCfy0sAY=";
   };
 
   enableParallelBuilding = true;