From ed0f5c3e6a2606366f980dbbed48aea541dbb5d4 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 4 May 2022 23:32:20 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20versions?= 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 cc927c3..1125161 100644 --- a/flake.lock +++ b/flake.lock @@ -98,11 +98,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1651531343, - "narHash": "sha256-DBJFMNlWcht3jdKE2KVbcy1g/e/yryrSs1qSViQd4lE=", + "lastModified": 1651652192, + "narHash": "sha256-3FUsIJ81p57rOxODRVZ+anhnVav96VWbgNA1H3Np+TY=", "owner": "nix-community", "repo": "home-manager", - "rev": "0304f0f58b4c538ff704c58d53a778b062810ec7", + "rev": "267462dfb36d447421c789a3adf9d460cd09c147", "type": "github" }, "original": { @@ -129,11 +129,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1651369430, - "narHash": "sha256-d86uUm0s11exU9zLo2K1AwtJQJDKubFpoF0Iw767uT4=", + "lastModified": 1651634615, + "narHash": "sha256-VtvcS61bLh5mIBm9cV3idUHdlfPRFus/NwdJfaj5s8o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b283b64580d1872333a99af2b4cef91bb84580cf", + "rev": "abfd31179174133ab8131139d650297bf4da63b7", "type": "github" }, "original": { diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index 8e0fe01..5c1cb4d 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.4.7"; + image = "ghcr.io/home-assistant/home-assistant:2022.5.0"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ];