···2# Do not edit!
34{
5- version = "2023.3.0";
6 components = {
7 "3_day_blinds" = ps: with ps; [
8 ];
···2# Do not edit!
34{
5+ version = "2023.3.1";
6 components = {
7 "3_day_blinds" = ps: with ps; [
8 ];
+3-3
pkgs/servers/home-assistant/default.nix
···263 extraBuildInputs = extraPackages python.pkgs;
264265 # Don't forget to run parse-requirements.py after updating
266- hassVersion = "2023.3.0";
267268in python.pkgs.buildPythonApplication rec {
269 pname = "homeassistant";
···279 # Primary source is the pypi sdist, because it contains translations
280 src = fetchPypi {
281 inherit pname version;
282- hash = "sha256-JxTvAUKZj59jL1czTBzPD7+6x1K7xGGGwZAO8f8dkzg=";
283 };
284285 # Secondary source is git for tests
···287 owner = "home-assistant";
288 repo = "core";
289 rev = "refs/tags/${version}";
290- hash = "sha256-azH9CnHIY0iOLaF3Iqy+uJ6TuftUs1j4RcpXyRQrQws=";
291 };
292293 nativeBuildInputs = with python3.pkgs; [
···263 extraBuildInputs = extraPackages python.pkgs;
264265 # Don't forget to run parse-requirements.py after updating
266+ hassVersion = "2023.3.1";
267268in python.pkgs.buildPythonApplication rec {
269 pname = "homeassistant";
···279 # Primary source is the pypi sdist, because it contains translations
280 src = fetchPypi {
281 inherit pname version;
282+ hash = "sha256-FvdMNtiLJ6p9I6aEeICukx9mykGGMoONGNdM/I4u/eY=";
283 };
284285 # Secondary source is git for tests
···287 owner = "home-assistant";
288 repo = "core";
289 rev = "refs/tags/${version}";
290+ hash = "sha256-2usXU1a/QKEIaeg8JFBf/4ID2nzZLoGsfK7KXreKEBE=";
291 };
292293 nativeBuildInputs = with python3.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7- version = "20230301.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15- hash = "sha256-2hxP2Wyjkvlje/RnZBtou3Y81d16SYBeAm+JX8hWct4=";
16 };
1718 # there is nothing to strip in this package
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7+ version = "20230302.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15+ hash = "sha256-G+XexUc5yvADjbXBgg97FB03Al3zR9WTb4cuVBBrSuI=";
16 };
1718 # there is nothing to strip in this package