home-assistant: 2022.6.2 -> 2022.6.3

https://github.com/home-assistant/core/releases/tag/2022.6.3
This commit is contained in:
Martin Weinelt
2022-06-07 02:06:00 +02:00
parent fd326d0d8c
commit d82ca8d422
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.6.2";
version = "2022.6.3";
components = {
"abode" = ps: with ps; [
abodepy
@@ -1207,7 +1207,7 @@
pyialarm
];
"ialarm_xr" = ps: with ps; [
pyialarmxr
pyialarmxr-homeassistant
];
"iammeter" = ps: with ps; [
]; # missing inputs: iammeter
+2 -2
View File
@@ -166,7 +166,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.6.2";
hassVersion = "2022.6.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -184,7 +184,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-M0wBvAdvoGrvJrE96ZM9+X1KMp796vtzbzIo8ScXcy8=";
hash = "sha256-dYJbYrOwjJ2OO+gYT9UmCam+gNvSycFGUEeHBoGTqSM=";
};
# leave this in, so users don't have to constantly update their downstream patch handling