home-assistant: 2023.3.5 -> 2023.3.6

https://github.com/home-assistant/core/releases/tag/2023.3.6
This commit is contained in:
Martin Weinelt 2023-03-23 14:54:59 +01:00
parent 41984e4fbd
commit ed3d013952
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.3.5";
version = "2023.3.6";
components = {
"3_day_blinds" = ps: with ps; [
];
@ -241,8 +241,8 @@
pyatome
];
"august" = ps: with ps; [
yalexs
yalexs-ble
yalexs
];
"august_ble" = ps: with ps; [
];

View file

@ -327,7 +327,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2023.3.5";
hassVersion = "2023.3.6";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -343,7 +343,7 @@ in python.pkgs.buildPythonApplication rec {
# Primary source is the pypi sdist, because it contains translations
src = fetchPypi {
inherit pname version;
hash = "sha256-+n42LnfZ0R0ugUkse2EJ0wPUHn4YctrAb7hkBd8+ZjA=";
hash = "sha256-4PS6ozyqJddF6Jp9cKRojUtHTTNd3xo2oTDboowQACk=";
};
# Secondary source is git for tests
@ -351,7 +351,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-v+c0hnY1Owr2YCQX8TVzKzYCLBsyUKPOvnVOjOeI6Dk=";
hash = "sha256-+u1kCyIzTQrMvO6slr1YW0kZqkh4QGxUo5ucJzxkfEE=";
};
nativeBuildInputs = with python3.pkgs; [

View file

@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ attrs packaging rich ])" -p nodePackages.pyright ruff isort"
#! nix-shell -i python3 -p "python3.withPackages (ps: with ps; [ packaging rich ])" -p nodePackages.pyright ruff isort"
#
# This script downloads Home Assistant's source tarball.
# Inside the homeassistant/components directory, each integration has an associated manifest.json,