about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-30 00:50:34 +0100
committerGitHub <noreply@github.com>2023-11-30 00:50:34 +0100
commite9664e90a2ea70a359e4de756e2968aa52fe6ab5 (patch)
treec9d232a42de39bdd98ca3536c83d8c8bd1b3b8c2 /pkgs/applications/networking/p2p
parent2d8a338d243140017192d18f9f64cc822ce8795b (diff)
parent8870bd3a8f8cd495a2c2bb7c31b9ddfbf02fa2c3 (diff)
Merge pull request #270582 from paveloom/qbittorrent
qbittorrent: 4.6.1 -> 4.6.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 baf60784cf613..37e27a884d5d2 100644
--- a/pkgs/applications/networking/p2p/qbittorrent/default.nix
+++ b/pkgs/applications/networking/p2p/qbittorrent/default.nix
@@ -30,13 +30,13 @@ stdenv.mkDerivation rec {
   pname = "qbittorrent"
     + lib.optionalString (guiSupport && qtVersion == "5") "-qt5"
     + lib.optionalString (!guiSupport) "-nox";
-  version = "4.6.1";
+  version = "4.6.2";
 
   src = fetchFromGitHub {
     owner = "qbittorrent";
     repo = "qBittorrent";
     rev = "release-${version}";
-    hash = "sha256-XpPRiWC4HO8t++Fv4Que6TjwSs+go0K/bJWzmGkbLOY=";
+    hash = "sha256-+leX0T+yJUG6F7WbHa3nCexQZmd7RRfK8Uc+suMJ+vI=";
   };
 
   nativeBuildInputs = [