⬆️ another day, another version bump

This commit is contained in:
James Walker 2022-01-01 21:13:44 -05:00
parent f30e648d85
commit 289dff9a35
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 10 additions and 10 deletions

View File

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

View File

@ -5,10 +5,10 @@
"homepage": "https://nix-community.github.io/home-manager/", "homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "0b197562ab7bf114dd5f6716f41d4b5be6ccd357", "rev": "c2f151258a90e33a1512baf196ebfdc1f4eafa98",
"sha256": "0b1xp5l0xgfsy1qy7w79i3q6y79w3jx39wxlr23ckc8ccia5d5qp", "sha256": "1hqd54wzglnxck2sdclzynivwq84bglsi6pr1sslwg4w9ayj0cm4",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/0b197562ab7bf114dd5f6716f41d4b5be6ccd357.tar.gz", "url": "https://github.com/nix-community/home-manager/archive/c2f151258a90e33a1512baf196ebfdc1f4eafa98.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"niv": { "niv": {
@ -29,10 +29,10 @@
"homepage": "", "homepage": "",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2", "rev": "6f05cfdb1e78d36c0337516df674560e4b51c79b",
"sha256": "1r74afnalgcbpv7b9sbdfbnx1kfj0kp1yfa60bbbv27n36vqdhbb", "sha256": "15lrcyn6x1ps4m32fy7jv8ksbwg7v1p1zpkd31il86vkf2z71hr4",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/6f05cfdb1e78d36c0337516df674560e4b51c79b.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"sops-nix": { "sops-nix": {
@ -41,10 +41,10 @@
"homepage": "", "homepage": "",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "afe00100b16648c1d79e62926caacac561df93a5", "rev": "1514ac9fd54363a24c513de43dd0b963e2d17cb7",
"sha256": "1dg3b5sl2idz1a58k2hb6qrprrhbvhm00lhi8fcjv3x224p80am3", "sha256": "0dfgg0mysjhlfr3vjklcshlvywzm6kk9qx5bbjmbz6c5p10wi8g2",
"type": "tarball", "type": "tarball",
"url": "https://github.com/Mic92/sops-nix/archive/afe00100b16648c1d79e62926caacac561df93a5.tar.gz", "url": "https://github.com/Mic92/sops-nix/archive/1514ac9fd54363a24c513de43dd0b963e2d17cb7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
} }
} }