From bbdb15288bede653cec50be909d97238b69b870a Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 15 Dec 2023 10:06:02 -0500 Subject: [PATCH] qbittorrent: bump version --- hosts/kariru/services/torrent.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/kariru/services/torrent.nix b/hosts/kariru/services/torrent.nix index 0e608ea..00a94c8 100644 --- a/hosts/kariru/services/torrent.nix +++ b/hosts/kariru/services/torrent.nix @@ -15,7 +15,7 @@ extraOptions = ["--cap-add=NET_ADMIN"]; }; qbittorrent = { - image = "linuxserver/qbittorrent:4.5.5"; + image = "linuxserver/qbittorrent:4.6.2"; dependsOn = ["gluetun"]; environment = { PUID = "1001";