···2# Do not edit!
34{
5- version = "2021.11.0";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···2# Do not edit!
34{
5+ version = "2021.11.2";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···127 extraBuildInputs = extraPackages py.pkgs;
128129 # Don't forget to run parse-requirements.py after updating
130- hassVersion = "2021.11.0";
131132in with py.pkgs; buildPythonApplication rec {
133 pname = "homeassistant";
···144 owner = "home-assistant";
145 repo = "core";
146 rev = version;
147- sha256 = "1bhm2ahc9fvh3czhfim3la0vdwdis2r86fa0qldqpnh11v25hb2s";
148 };
149150 # leave this in, so users don't have to constantly update their downstream patch handling
···127 extraBuildInputs = extraPackages py.pkgs;
128129 # Don't forget to run parse-requirements.py after updating
130+ hassVersion = "2021.11.2";
131132in with py.pkgs; buildPythonApplication rec {
133 pname = "homeassistant";
···144 owner = "home-assistant";
145 repo = "core";
146 rev = version;
147+ sha256 = "13212h67ijvir8rlr4gpd2945xx5f5c2lj3bwg7ncw55r23h6hma";
148 };
149150 # leave this in, so users don't have to constantly update their downstream patch handling
+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 = "20211103.0";
89 src = fetchPypi {
10 inherit pname version;
11- sha256 = "sha256-gny97mYHNwQ8KderebfLALCbIyddbwRoD5Ux6ahDdVk=";
12 };
1314 # 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 = "20211108.0";
89 src = fetchPypi {
10 inherit pname version;
11+ sha256 = "sha256-cMCjBhtPi73AB9bplUH8ZNQMt5WJ/NZFW4qLuHHo3+g=";
12 };
1314 # there is nothing to strip in this package