⬆️ version bump

This commit is contained in:
James Walker 2022-08-12 16:33:31 -04:00
parent cd98fe095a
commit 886ced1d80
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 10 additions and 10 deletions

View File

@ -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": {

View File

@ -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" ];