From bc9ff3d3c523226b742cca68b682c79ef8972e8f Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 27 Jul 2022 11:16:43 -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 | 24 ++++++++++++------------ modules/home-assistant/default.nix | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 91b837a..e1af248 100644 --- a/flake.lock +++ b/flake.lock @@ -110,11 +110,11 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1658238241, - "narHash": "sha256-naoSta79MYYRtVnIZhzq+YWgTOBhWE1Sr1AIhG7ZA9g=", + "lastModified": 1658924727, + "narHash": "sha256-Fhh9FK9CvuCLxG1WkWJPoendDeXKI4gHYTfezo1n2Zg=", "owner": "nix-community", "repo": "home-manager", - "rev": "70d5929885ccec8dde8585894dd3ebe606e75f41", + "rev": "0e2f7876d2f2ae98a67d89a8bef8c49332aae5af", "type": "github" }, "original": { @@ -157,11 +157,11 @@ }, "nixpkgs-22_05": { "locked": { - "lastModified": 1658029355, - "narHash": "sha256-VJcYmkYfzwHrZ76SMH6y9KqoVFOPgZiJgh1rK9cF2mw=", + "lastModified": 1658634393, + "narHash": "sha256-VW7edeFzA9VU8gZPxPFGpoPsM2AQLYHKhA9H5+OYtno=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4e329926df7ee5fa49929a83d31ee7d541f8b45c", + "rev": "2e14bc76ab41c60ba57fd57ff52badaa29d349f5", "type": "github" }, "original": { @@ -189,11 +189,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1658430343, - "narHash": "sha256-cZ7dw+dyHELMnnMQvCE9HTJ4liqwpsIt2VFbnC+GNNk=", + "lastModified": 1658850041, + "narHash": "sha256-HA4koSVBPEERWSrH0LVBy28y2FGJnOeUmGDEyeQPmDY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e2b34f0f11ed8ad83d9ec9c14260192c3bcccb0d", + "rev": "3bbb296d9a0088c314ce83038b896753bbe33acb", "type": "github" }, "original": { @@ -224,11 +224,11 @@ "nixpkgs-22_05": "nixpkgs-22_05" }, "locked": { - "lastModified": 1658398472, - "narHash": "sha256-DjPJ3YQXyV1GRvF3ToBIY+RYdypwNxYchN1HIhDPLe0=", + "lastModified": 1658635258, + "narHash": "sha256-EC8y3Rg+l9IzIUdOaFSA0LMdDipTRoweg1Y2EL8XhMc=", "owner": "Mic92", "repo": "sops-nix", - "rev": "6efa719f8d02139ce41398b9e59e06888dc1305a", + "rev": "d7f8cf1b77ebe5f287884f17b1ee4cc4f48bad1d", "type": "github" }, "original": { diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index 9e0c479..99e2602 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.7.6"; + image = "ghcr.io/home-assistant/home-assistant:2022.7.7"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ];