···22# Do not edit!
3344{
55- version = "2023.3.0";
55+ version = "2023.3.1";
66 components = {
77 "3_day_blinds" = ps: with ps; [
88 ];
+3-3
pkgs/servers/home-assistant/default.nix
···263263 extraBuildInputs = extraPackages python.pkgs;
264264265265 # Don't forget to run parse-requirements.py after updating
266266- hassVersion = "2023.3.0";
266266+ hassVersion = "2023.3.1";
267267268268in python.pkgs.buildPythonApplication rec {
269269 pname = "homeassistant";
···279279 # Primary source is the pypi sdist, because it contains translations
280280 src = fetchPypi {
281281 inherit pname version;
282282- hash = "sha256-JxTvAUKZj59jL1czTBzPD7+6x1K7xGGGwZAO8f8dkzg=";
282282+ hash = "sha256-FvdMNtiLJ6p9I6aEeICukx9mykGGMoONGNdM/I4u/eY=";
283283 };
284284285285 # Secondary source is git for tests
···287287 owner = "home-assistant";
288288 repo = "core";
289289 rev = "refs/tags/${version}";
290290- hash = "sha256-azH9CnHIY0iOLaF3Iqy+uJ6TuftUs1j4RcpXyRQrQws=";
290290+ hash = "sha256-2usXU1a/QKEIaeg8JFBf/4ID2nzZLoGsfK7KXreKEBE=";
291291 };
292292293293 nativeBuildInputs = with python3.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20230301.0";
77+ version = "20230302.0";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- hash = "sha256-2hxP2Wyjkvlje/RnZBtou3Y81d16SYBeAm+JX8hWct4=";
1515+ hash = "sha256-G+XexUc5yvADjbXBgg97FB03Al3zR9WTb4cuVBBrSuI=";
1616 };
17171818 # there is nothing to strip in this package