qbit-manage version bump

This commit is contained in:
Danilo Reyes
2025-11-21 22:26:39 -06:00
parent 3b75b44629
commit b6de7127a4
2 changed files with 26 additions and 26 deletions

View File

@@ -12,8 +12,8 @@ let
config.allowUnfree = true;
};
vuetorrent = pkgs.fetchzip {
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.25.0/vuetorrent.zip";
sha256 = "sha256-sOaQNw6AnpwNFEextgTnsjEOfpl3/lpoOZFgFOz7Bos=";
url = "https://github.com/VueTorrent/VueTorrent/releases/download/v2.31.0/vuetorrent.zip";
sha256 = "sha256-kVDnDoCoJlY2Ew71lEMeE67kNOrKTJEMqNj2OfP01qw=";
stripRoot = true;
};
qbit_manageEnv = pkgsU.python3.withPackages (