From 5d1596c820e8417afa1798e3b381064cf5aac7c0 Mon Sep 17 00:00:00 2001 From: James Walker Date: Mon, 30 Aug 2021 10:42:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=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 93d1eca..9bec866 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:2021.8.7"; + image = "ghcr.io/home-assistant/home-assistant:2021.8.8"; 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 1937182..0f88325 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": "5515ec99cc1a8df5b8ca2204f752e1501572fa1b", - "sha256": "1vrpqlcmzsr7j47zskxpdigdvfbd7pnvcapqv9718drmzxdb48r8", + "rev": "61ca2fc1c00a275b8bd61582b23195d60fe0fa40", + "sha256": "10pnnpikq9yikvkzfsap172wsi2h207camv1n5myr8f22qmw1vgm", "type": "tarball", - "url": "https://github.com/nix-community/home-manager/archive/5515ec99cc1a8df5b8ca2204f752e1501572fa1b.tar.gz", + "url": "https://github.com/nix-community/home-manager/archive/61ca2fc1c00a275b8bd61582b23195d60fe0fa40.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": { @@ -29,10 +29,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "2457ddc9522b0861649ee5e952fa2e505c1743b7", - "sha256": "1cfml116vgmcrcdfccqdqg14ybkh0j5v2pgbpraa4mrp1ls8w488", + "rev": "08ef0f28e3a41424b92ba1d203de64257a9fca6a", + "sha256": "1mql1gp86bk6pfsrp0lcww6hw5civi6f8542d4nh356506jdxmcy", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/2457ddc9522b0861649ee5e952fa2e505c1743b7.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/08ef0f28e3a41424b92ba1d203de64257a9fca6a.tar.gz", "url_template": "https://github.com///archive/.tar.gz" } }