Merge pull request #173536 from mweinelt/home-assistant

This commit is contained in:
Martin Weinelt
2022-05-18 23:30:36 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.5.4";
version = "2022.5.5";
components = {
"abode" = ps: with ps; [
abodepy
@@ -2440,7 +2440,7 @@
paho-mqtt
];
"snmp" = ps: with ps; [
pysnmplib
pysnmp
];
"solaredge" = ps: with ps; [
solaredge
+2 -2
View File
@@ -179,7 +179,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.5.4";
hassVersion = "2022.5.5";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -197,7 +197,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-5juHG1bVeFYrjpAAlt3GoCRmBvyCSOdnSw1WuaNWF8w=";
hash = "sha256-uVB3Yg3f0fNkq2rav7hmbJ9IAMg0UIrdMshJVgOharA=";
};
# leave this in, so users don't have to constantly update their downstream patch handling