qbt: update vuetorrent

This commit is contained in:
2025-05-25 12:56:42 -07:00
parent 265fff81cb
commit 006e918936

View File

@@ -44,8 +44,8 @@
AlternativeUIEnabled = true; AlternativeUIEnabled = true;
RootFolder = builtins.toString ( RootFolder = builtins.toString (
pkgs.fetchzip { pkgs.fetchzip {
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.24.1/vuetorrent.zip"; url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.25.0/vuetorrent.zip";
sha256 = "XECHyc60F5JoJXybwIhUXg6kL1CceVpFGMjarB0dvbk="; sha256 = "sOaQNw6AnpwNFEextgTnsjEOfpl3/lpoOZFgFOz7Bos=";
} }
); );