home-assistant: 2023.8.2 -> 2023.8.3

https://github.com/home-assistant/core/releases/tag/2023.8.3
This commit is contained in:
Martin Weinelt 2023-08-18 21:52:26 +02:00
parent 4a6d437438
commit cee2cf0c42
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 6 additions and 6 deletions

View file

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

View file

@ -295,7 +295,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2023.8.2";
hassVersion = "2023.8.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -311,7 +311,7 @@ in python.pkgs.buildPythonApplication rec {
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
hash = "sha256-GFcCaB9Q7tAo3w1aKkLcQ4tKZM61kArveITe2wHsXWk=";
hash = "sha256-fbuNDP604G7YIL61+7LALPdD0blA4n2/meG0PnKnNQU=";
};
# Secondary source is git for tests
@ -319,7 +319,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-xNdFqJHWs0QAVNxjhGzQFVV+dGc4r/DA0Xm/BWHfSZw=";
hash = "sha256-eDA4FWFhfwlUM2skq/Yrua6RFEbmX5x1uC/QE/PhgTQ=";
};
nativeBuildInputs = with python.pkgs; [

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 = "20230802.0";
version = "20230802.1";
format = "wheel";
src = fetchPypi {
@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-fggFSpcdHRgqHKruWvGJ97DkhdgRTSu0V3YmzVNCm4A=";
hash = "sha256-kG2FGX78pd1vbRH6DtB2rXV0AlcUfaHO0z5Vft0hswE=";
};
# there is nothing to strip in this package