From 886ced1d80692414958a9deb01ddda31fbe2af4b Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 12 Aug 2022 16:33:31 -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 | 18 +++++++++--------- modules/home-assistant/default.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 717e02e..ca83463 100644 --- a/flake.lock +++ b/flake.lock @@ -110,11 +110,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1659978484, - "narHash": "sha256-VkErPc8pXcuFQG7jkkaUOEMORe81oweRNlAYZJ2+aRI=", + "lastModified": 1660330190, + "narHash": "sha256-RgQUtZGmdb9fRkdBcI8x1KYuykbQCBaeY6ejFls7hFM=", "owner": "nix-community", "repo": "home-manager", - "rev": "c1addfdad3825f75a66f8d73ec7d2f68c78ba6f8", + "rev": "8675cfa549e1240c9d2abb1c878bc427eefcf926", "type": "github" }, "original": { @@ -125,11 +125,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1660030916, - "narHash": "sha256-KeVTmST6vAS85uUaSYlzv6OWhveawfIGhqX1SMq+L30=", + "lastModified": 1660291411, + "narHash": "sha256-9UfJMJeCl+T/DrOJMd1vLCoV8U3V7f9Qrv/QyH0Nn28=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "3975d5158f00accda15a11180b2c08654cfb2807", + "rev": "78f56d8ec2c67a1f80f2de649ca9aadc284f65b6", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1660046142, - "narHash": "sha256-wt26AMl+vWOSf15bj9P9LASRSa21UAIJpHmHezL1ucY=", + "lastModified": 1660227034, + "narHash": "sha256-bXMlG/YU0IjAod6M625XT1YbUG+/3L9ypk9llYpKeuM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "65f39b913d0910907ea22be29f108402924644c2", + "rev": "964d60ff2e6bc76c0618962da52859603784fa78", "type": "github" }, "original": { diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index 193ddb0..9c3d964 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.8.3"; + image = "ghcr.io/home-assistant/home-assistant:2022.8.4"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ];