chore(koi): bumped vuetorrent

This commit is contained in:
alina 🌸 2024-06-15 08:57:34 +03:00
parent 472d6c61d1
commit 813e65dd84
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -3,8 +3,8 @@ let
containers = (import (abs "lib/containers.nix") inputs);
secrets = import (abs "lib/secrets.nix");
vueTorrent = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v2.4.0/vuetorrent.zip";
hash = "sha256-ZM2AAJVqlzCXxvWnWhYDVBXZqpe0NzkFfYLvUTyzlZM=";
url = "https://github.com/WDaan/VueTorrent/releases/download/v2.9.0/vuetorrent.zip";
hash = "sha256-XrRfgxmRkbyi8FMXL6Pjltyawzr4SS2Gb4/Kz38tnkk=";
};
dlWebhook = secrets.mount config "qbt-dl-webhook";