From 1e4b2bfecaed8054fc0acbe4461cf6c50ab3f56d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 18 Apr 2025 20:43:39 -0400 Subject: [PATCH] qbt: update vuetorrent --- services/qbittorrent.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/qbittorrent.nix b/services/qbittorrent.nix index 3708de1..f608209 100644 --- a/services/qbittorrent.nix +++ b/services/qbittorrent.nix @@ -44,8 +44,8 @@ AlternativeUIEnabled = true; RootFolder = builtins.toString ( pkgs.fetchzip { - url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.23.1/vuetorrent.zip"; - sha256 = "yZmnRmYoinJ8uSuUpjGIRCQWBrK59hwyEkCq8aWiOvQ="; + url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.24.1/vuetorrent.zip"; + sha256 = "XECHyc60F5JoJXybwIhUXg6kL1CceVpFGMjarB0dvbk="; } ); @@ -69,7 +69,7 @@ IncludeOverheadInLimits = true; - GlobalMaxRatio = 2.5; + GlobalMaxRatio = 1.0; QueueingSystemEnabled = false; # seed all torrents all the time AddTrackersEnabled = true;