From 63f06cb9269bd830b3af3554f909c7b3a9601a84 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 26 Apr 2022 20:44:46 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/home-assistant/default.nix | 2 +- nix/sources.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/home-assistant/default.nix b/modules/home-assistant/default.nix index f831116..8e0fe01 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.4.4"; + image = "ghcr.io/home-assistant/home-assistant:2022.4.7"; volumes = [ "/var/lib/hass:/config" "/etc/localtime:/etc/localtime:ro" ]; extraOptions = [ "--privileged" "--network=host" ]; diff --git a/nix/sources.json b/nix/sources.json index 72eebe1..c47013b 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -5,10 +5,10 @@ "homepage": "https://nix-community.github.io/home-manager/", "owner": "nix-community", "repo": "home-manager", - "rev": "7add9ce2e5c517fcc4b25b3ed13e7e28cd325034", - "sha256": "12wzr6f7xvyzgami0lbr3xsncg6jryabkgl59qc2fg79s951hins", + "rev": "223a73c2ba7d358b23666937cb13a59b31df511c", + "sha256": "1vz7s1wv106qvhw4lxcsaw26q0nmgnzqx10wqbn93xvnpas5s77g", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/7add9ce2e5c517fcc4b25b3ed13e7e28cd325034.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/223a73c2ba7d358b23666937cb13a59b31df511c.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d08394e7cd5c7431a1e8f53b7f581e74ee909548", - "sha256": "04s6ajl82zgxic20ymcz8b9a8sr14p7c69f1axvagypcmjnqz47i", + "rev": "293a5455f31039a590cca0b844d134736fedae46", + "sha256": "1ra5vry3gm93vbc077pyz1lzc8lj6y15837986kr5s3pz6jsqfyx", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/d08394e7cd5c7431a1e8f53b7f581e74ee909548.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/293a5455f31039a590cca0b844d134736fedae46.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "sops-nix": {