From 66557f821d2584b431f590384aa0f4e9631ae38f Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:21:06 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20ghcr.io/deedee-ops?= =?UTF-8?q?/prowlarr-devel=20(=205e7766b=20=E2=86=92=20103ea9e=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/containers/prowlarr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/prowlarr/default.nix b/modules/system/containers/prowlarr/default.nix index 342a9b7..e29245a 100644 --- a/modules/system/containers/prowlarr/default.nix +++ b/modules/system/containers/prowlarr/default.nix @@ -44,7 +44,7 @@ in virtualisation.oci-containers.containers.prowlarr = svc.mkContainer { cfg = { - image = "ghcr.io/deedee-ops/prowlarr-devel:1.28.2.4885@sha256:5e7766b1f902934d66c8f3c5aad06aefd3812d0e265b1b6ecbde6c78512360a6"; + image = "ghcr.io/deedee-ops/prowlarr-devel:1.28.2.4885@sha256:103ea9ea37f5da9181ec9d9cf12a0c3f5ea8032612354f0aac209f2404a6d443"; environment = { PROWLARR__APP__INSTANCENAME = "Prowlarr"; PROWLARR__APP__THEME = "dark";