Merge pull request #219623 from NixOS/home-assistant

home-assistant: 2023.3.0 -> 2023.3.1

authored by

Martin Weinelt and committed by
GitHub
3ce09002 794f3465

+9 -9
+1 -1
pkgs/development/python-modules/home-assistant-chip-core/default.nix
··· 33 33 system = { 34 34 "aarch64-linux" = { 35 35 name = "aarch64"; 36 - hash = "sha256-hNaGE2s/oFFAVCWu50IeeaFTlOSByJJAKvBgX1iDrVE="; 36 + hash = "sha256-e3OIpTGPMj+YSx/pqzGi5paUAIpDhI94prhHL3DkM18="; 37 37 }; 38 38 "x86_64-linux" = { 39 39 name = "x86_64";
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2023.3.0"; 5 + version = "2023.3.1"; 6 6 components = { 7 7 "3_day_blinds" = ps: with ps; [ 8 8 ];
+3 -3
pkgs/servers/home-assistant/default.nix
··· 263 263 extraBuildInputs = extraPackages python.pkgs; 264 264 265 265 # Don't forget to run parse-requirements.py after updating 266 - hassVersion = "2023.3.0"; 266 + hassVersion = "2023.3.1"; 267 267 268 268 in python.pkgs.buildPythonApplication rec { 269 269 pname = "homeassistant"; ··· 279 279 # Primary source is the pypi sdist, because it contains translations 280 280 src = fetchPypi { 281 281 inherit pname version; 282 - hash = "sha256-JxTvAUKZj59jL1czTBzPD7+6x1K7xGGGwZAO8f8dkzg="; 282 + hash = "sha256-FvdMNtiLJ6p9I6aEeICukx9mykGGMoONGNdM/I4u/eY="; 283 283 }; 284 284 285 285 # Secondary source is git for tests ··· 287 287 owner = "home-assistant"; 288 288 repo = "core"; 289 289 rev = "refs/tags/${version}"; 290 - hash = "sha256-azH9CnHIY0iOLaF3Iqy+uJ6TuftUs1j4RcpXyRQrQws="; 290 + hash = "sha256-2usXU1a/QKEIaeg8JFBf/4ID2nzZLoGsfK7KXreKEBE="; 291 291 }; 292 292 293 293 nativeBuildInputs = with python3.pkgs; [
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 4 4 # the frontend version corresponding to a specific home-assistant version can be found here 5 5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 6 6 pname = "home-assistant-frontend"; 7 - version = "20230301.0"; 7 + version = "20230302.0"; 8 8 format = "wheel"; 9 9 10 10 src = fetchPypi { ··· 12 12 pname = "home_assistant_frontend"; 13 13 dist = "py3"; 14 14 python = "py3"; 15 - hash = "sha256-2hxP2Wyjkvlje/RnZBtou3Y81d16SYBeAm+JX8hWct4="; 15 + hash = "sha256-G+XexUc5yvADjbXBgg97FB03Al3zR9WTb4cuVBBrSuI="; 16 16 }; 17 17 18 18 # there is nothing to strip in this package
+2 -2
pkgs/servers/home-assistant/stubs.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "homeassistant-stubs"; 11 - version = "2023.3.0"; 11 + version = "2023.3.1"; 12 12 format = "pyproject"; 13 13 14 14 disabled = python.version != home-assistant.python.version; ··· 17 17 owner = "KapJI"; 18 18 repo = "homeassistant-stubs"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-svFp3MYj+DIwCT9+/G+lYPRwxGMtJbJQuBD5e+5r0Z4="; 20 + hash = "sha256-WMuQgoWwri4nfKkZ8cW5o6S6G3PbHqlUxC9wyJSZhxQ="; 21 21 }; 22 22 23 23 nativeBuildInputs = [