home-assistant: 2022.7.0 -> 2022.7.1

https://github.com/home-assistant/core/releases/tag/2022.7.1
This commit is contained in:
Martin Weinelt 2022-07-08 13:33:43 +02:00
parent abb0b2f64c
commit 5baeaf5d6f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -190,7 +190,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.7.0";
hassVersion = "2022.7.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -208,7 +208,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-DDRut+3wJutXcQVOf2KU+XuHs5XuKkd5R7dQIXwOIrU=";
hash = "sha256-p5Ht8poSUqaK3pluRuwmyk/tphihYI0H3XNu8YI06R4=";
};
# leave this in, so users don't have to constantly update their downstream patch handling

View file

@ -4,7 +4,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20220706.0";
version = "20220707.0";
format = "wheel";
src = fetchPypi {
@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
sha256 = "sha256-hTdfe+S9D6Grtku5AkRJpCNBvYv2JspSPmXRHHfEPrA=";
sha256 = "sha256-ZNaa+YyY77b8Pg462tVewUe+K7ePTflESjZ+ar1cFc4=";
};
# there is nothing to strip in this package