⬆️ bump versions

This commit is contained in:
James Walker 2022-05-04 23:32:20 -04:00
parent 73a072ae49
commit ed0f5c3e6a
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 7 additions and 7 deletions

View File

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

View File

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