⬆️ version bumps

This commit is contained in:
James Walker 2022-08-04 18:00:55 -04:00
parent 9b1d24bc79
commit c0efcf61f8
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 7 additions and 7 deletions

View File

@ -110,11 +110,11 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1659398318,
"narHash": "sha256-5wovS14I/DNXwfiMP402Ut2kxI58CO1wD943fboWMDw=",
"lastModified": 1659484873,
"narHash": "sha256-6VoPiGyDdjBHOJ3IpS24lY1lrDiOHeuEefOFI0qz3WE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "77648a07e459adff69b2c4033a77b2cababb5843",
"rev": "d8d9ff0b2df77defa10375c6665b51f0251c34d6",
"type": "github"
},
"original": {
@ -189,11 +189,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1659375087,
"narHash": "sha256-6KeFtLofaF6J3R1W+FkqPcYB0i1pCKl0QB8DTBE8toA=",
"lastModified": 1659606041,
"narHash": "sha256-W4/u2ssr3fS4XOtltrsDD9w2kF4jYYZr6JyPGUW2jdI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "07c6ff07ce85fde644679aa36560ee67404b2804",
"rev": "5f9b871b72b24f066b1a1e189efd0669f2888c49",
"type": "github"
},
"original": {

View File

@ -5,7 +5,7 @@
virtualisation.oci-containers = {
containers = {
home-assistant = {
image = "ghcr.io/home-assistant/home-assistant:2022.7.7";
image = "ghcr.io/home-assistant/home-assistant:2022.8.1";
volumes =
[ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ];
extraOptions = [ "--privileged" "--network=host" ];