From 1521a589b360e7bba28d73b228682eebd586c14f Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 12 Nov 2024 16:42:08 -0500 Subject: [PATCH] torrent: bump qbit --- 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 26bb3bb..bca8ce9 100644 --- a/hosts/kariru/services/torrent.nix +++ b/hosts/kariru/services/torrent.nix @@ -17,7 +17,7 @@ extraOptions = ["--cap-add=NET_ADMIN"]; }; qbittorrent = { - image = "linuxserver/qbittorrent@sha256:a4a72bd8e7891ec1ba01cfc5cfcb34b4d7b78c47a05ed8966cd18bd44a016894"; # v4.6.4 + image = "linuxserver/qbittorrent@sha256:d01b1df556154862eca982d0f2c420073e2e2959c309951fbfddd25525ea28ce"; # v5.0.0 dependsOn = ["gluetun"]; environment = { PUID = "1001";