home-assistant: 2023.2.0 -> 2023.2.1

https://github.com/home-assistant/core/releases/tag/2023.2.1
This commit is contained in:
Martin Weinelt 2023-02-03 13:39:15 +01:00
parent 0e3aac13d2
commit 457aaaa2bc
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 = "2023.2.0";
version = "2023.2.1";
components = {
"3_day_blinds" = ps: with ps; [
];

View file

@ -271,7 +271,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 = "2023.2.0";
hassVersion = "2023.2.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -289,7 +289,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-tW1tVPJ50DIGIuxJP9nq4+Tw4fiPA+kINSclW7JkJmE=";
hash = "sha256-gWcq0E/k6c4YQJwLlU379kse2u4Yn6xvLZ5QnGXVTJA=";
};
# 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 = "20230201.0";
version = "20230202.0";
format = "wheel";
src = fetchPypi {
@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-CG4I3YI1swiAV02+NXvi9n87dXrTJFlMUcOnB9ebmWk=";
hash = "sha256-Wo3bQnwTDSAC4EhJeYIXx1wODyx3wA2KMMaM3pJEkGw=";
};
# there is nothing to strip in this package