···22# Do not edit!
3344{
55- version = "2022.2.0";
55+ version = "2022.2.1";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···121121 extraBuildInputs = extraPackages python.pkgs;
122122123123 # Don't forget to run parse-requirements.py after updating
124124- hassVersion = "2022.2.0";
124124+ hassVersion = "2022.2.1";
125125126126in python.pkgs.buildPythonApplication rec {
127127 pname = "homeassistant";
···139139 owner = "home-assistant";
140140 repo = "core";
141141 rev = version;
142142- hash = "sha256:01gx6i147h7amj41mv46x6j9aah4qd1zjybv5px5y9p5cbhjccms";
142142+ hash = "sha256:1r2xwa4pdswl4wgbmhi2b87qqa6dn4gy31hpvwyqldvzpl0zjw0m";
143143 };
144144145145 # leave this in, so users don't have to constantly update their downstream patch handling
+7-3
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 = "20220202.0";
77+ version = "20220203.0";
88+ format = "wheel";
89910 src = fetchPypi {
1010- inherit pname version;
1111- sha256 = "sha256-O5oDDptQmwM02SESSS314YlvCqrOcEHNBSKlYE/qrTc=";
1111+ inherit version format;
1212+ pname = "home_assistant_frontend";
1313+ dist = "py3";
1414+ python = "py3";
1515+ sha256 = "sha256-5iODXctmkw+MIdf/GECGhhWOMruMqeWBDWwwwrNQMjU=";
1216 };
13171418 # there is nothing to strip in this package