home-assistant: 2022.6.4 -> 2022.6.5

https://github.com/home-assistant/core/releases/tag/2022.6.5
This commit is contained in:
Martin Weinelt 2022-06-10 23:22:11 +02:00
parent 25966837e8
commit 1f0cd892b1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.6.4";
version = "2022.6.5";
components = {
"abode" = ps: with ps; [
abodepy

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.4";
hassVersion = "2022.6.5";
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-ec6f8H9nU2edsailp1OCPwTFXnPm+NRqNha6Gk3xN44=";
hash = "sha256-ZGdA5AvNqx3TBZfbr8r5l3MXEt+LAodZFOsn+GeslC0=";
};
# leave this in, so users don't have to constantly update their downstream patch handling