From cfce7405c9f97f8ca591bd6ee48e88d14cb73da7 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 20:09:04 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ghcr.io/onedr0p/home?= =?UTF-8?q?-assistant=20(=202025.2.0=20=E2=86=92=202025.2.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------ | -------- | -------- | | docker | ghcr.io/onedr0p/home-assistant | 2025.2.0 | 2025.2.1 | --- modules/system/containers/home-assistant/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/containers/home-assistant/default.nix b/modules/system/containers/home-assistant/default.nix index 95cf0607..e4bfcf16 100644 --- a/modules/system/containers/home-assistant/default.nix +++ b/modules/system/containers/home-assistant/default.nix @@ -61,7 +61,7 @@ in }; home-assistant = svc.mkContainer { cfg = { - image = "ghcr.io/onedr0p/home-assistant:2025.2.0@sha256:b7cd112418b4072a2bce86c1b4d07125487c80eb18e9dd98cdb7b8201df9d3b5"; + image = "ghcr.io/onedr0p/home-assistant:2025.2.1@sha256:22f4ece646d7d5f1fd0c69e7c5ba7341e06205ce499a94e8096e64d06f8edf24"; user = "65000:65000"; environmentFiles = [ config.sops.secrets."${cfg.envFileSopsSecret}".path ]; environment = {