chore(koi): bumped vuetorrent
This commit is contained in:
parent
472d6c61d1
commit
813e65dd84
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ let
|
||||||
containers = (import (abs "lib/containers.nix") inputs);
|
containers = (import (abs "lib/containers.nix") inputs);
|
||||||
secrets = import (abs "lib/secrets.nix");
|
secrets = import (abs "lib/secrets.nix");
|
||||||
vueTorrent = pkgs.fetchurl {
|
vueTorrent = pkgs.fetchurl {
|
||||||
url = "https://github.com/WDaan/VueTorrent/releases/download/v2.4.0/vuetorrent.zip";
|
url = "https://github.com/WDaan/VueTorrent/releases/download/v2.9.0/vuetorrent.zip";
|
||||||
hash = "sha256-ZM2AAJVqlzCXxvWnWhYDVBXZqpe0NzkFfYLvUTyzlZM=";
|
hash = "sha256-XrRfgxmRkbyi8FMXL6Pjltyawzr4SS2Gb4/Kz38tnkk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dlWebhook = secrets.mount config "qbt-dl-webhook";
|
dlWebhook = secrets.mount config "qbt-dl-webhook";
|
||||||
|
|
Loading…
Reference in a new issue