From 813e65dd84316dbdc9db2427ee21389bfd586bba Mon Sep 17 00:00:00 2001 From: teidesu Date: Sat, 15 Jun 2024 08:57:34 +0300 Subject: [PATCH] chore(koi): bumped vuetorrent --- hosts/koi/containers/torrent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/koi/containers/torrent.nix b/hosts/koi/containers/torrent.nix index 24e3710..2c924e1 100644 --- a/hosts/koi/containers/torrent.nix +++ b/hosts/koi/containers/torrent.nix @@ -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";