home-assistant: 2024.3.0 -> 2024.3.1

https://github.com/home-assistant/core/releases/tag/2024.3.1
This commit is contained in:
Martin Weinelt 2024-03-14 22:12:58 +01:00
parent 766e4042c3
commit 0b32d406e9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 7 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2024.3.0";
version = "2024.3.1";
components = {
"3_day_blinds" = ps: with ps; [
];
@ -2430,6 +2430,7 @@
"joaoapps_join" = ps: with ps; [
]; # missing inputs: python-join-api
"juicenet" = ps: with ps; [
python-juicenet
];
"justnimbus" = ps: with ps; [
justnimbus

View File

@ -399,7 +399,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2024.3.0";
hassVersion = "2024.3.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -417,13 +417,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-/DCE2IHdS+oImpzwIaFgXotAsoiPPbe3X3HG7RXbv9g=";
hash = "sha256-cvzoia2zzqXSDnPQdevfs73H4qITPBpEpzpFKM9jRKs=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-G9M1WV+s4zu9BY10RWmJ71ghafAOHMjnCR6BOlggguM=";
hash = "sha256-WK2PTTFDnQMwiXAtxjNOo9u5KVXWnqUXqd286hq0VEc=";
};
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 = "20240306.0";
version = "20240307.0";
format = "wheel";
src = fetchPypi {
@ -12,7 +12,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-eDuJC23PJbjaKC9TBCLg5ML3XR6admKrT9RVgfUQCw8=";
hash = "sha256-Wy5TzJ6+Dbkk51TMt9zGIfjI7gMrT4mK0IIRnl4byVE=";
};
# there is nothing to strip in this package