From 8ba5e30ed3ce1f3335eab201ffd1d26e4bd383e7 Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 14 Oct 2022 22:31:26 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.lock | 12 ++++++------ modules/home-assistant/default.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 6cf7d75..afd578e 100644 --- a/flake.lock +++ b/flake.lock @@ -125,11 +125,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1665649208, - "narHash": "sha256-MDkPVG4W8gigJ8OxWDp9L6aKaEwLRV3As1RvKkMq0rc=", + "lastModified": 1665734422, + "narHash": "sha256-v8DMfRyFdulDyCCoOXak+oue1IgVBJZdSY1eXqdMRwQ=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "d92ed98c099ae731664fc526c348d609c4cffe04", + "rev": "c8c54d8f0af9f19ed6e929e60f0e1609b89b1240", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1665662969, - "narHash": "sha256-/3L0ThcDTC1RdE1AiG0tJrJoaySlNhGKw5KnagI+s68=", + "lastModified": 1665723124, + "narHash": "sha256-J1JY2cN0L+CNDSrGkNdbiTl2EFV8hpqqsDJFICsYSBw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "ba3860a10f7fd74227154aeb8625e267df312f8f", + "rev": "31d567846255e122846548255101980162bbf641", "type": "github" }, "original": { diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index cd02e7e..d454349 100644 --- a/modules/home-assistant/default.nix +++ b/modules/home-assistant/default.nix @@ -5,7 +5,7 @@ virtualisation.oci-containers = { containers = { home-assistant = { - image = "ghcr.io/home-assistant/home-assistant:2022.10.3"; + image = "ghcr.io/home-assistant/home-assistant:2022.10.4"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ];