home-assistant: 2023.9.2 -> 2023.9.3

https://github.com/home-assistant/core/releases/tag/2023.9.3
This commit is contained in:
Martin Weinelt 2023-09-25 05:17:21 +02:00
parent 0f6c2c9ca2
commit 2553e15853
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2023.9.2";
version = "2023.9.3";
components = {
"3_day_blinds" = ps: with ps; [
];

View file

@ -316,7 +316,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2023.9.2";
hassVersion = "2023.9.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -332,7 +332,7 @@ in python.pkgs.buildPythonApplication rec {
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
hash = "sha256-pVW9NQYEf2pmGCp342lCzEiWfAyFCiWeRMVbhPd8wxQ=";
hash = "sha256-tcIGYJ+r2+0jnf3xUxnFdwnLiOK9P0Y6sw0Mpd/YIT0=";
};
# Secondary source is git for tests
@ -340,7 +340,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-4sZBrGd5gz4W7c7Ok5Bj/47MaXAqAFC4qufcidbU5zA=";
hash = "sha256-zAUMevj2xvRkhZg4wuHDz0+X//cEU/D/HmokmX9oeCU=";
};
nativeBuildInputs = with python.pkgs; [