···22# Do not edit!
3344{
55- version = "2021.11.0";
55+ version = "2021.11.2";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···127127 extraBuildInputs = extraPackages py.pkgs;
128128129129 # Don't forget to run parse-requirements.py after updating
130130- hassVersion = "2021.11.0";
130130+ hassVersion = "2021.11.2";
131131132132in with py.pkgs; buildPythonApplication rec {
133133 pname = "homeassistant";
···144144 owner = "home-assistant";
145145 repo = "core";
146146 rev = version;
147147- sha256 = "1bhm2ahc9fvh3czhfim3la0vdwdis2r86fa0qldqpnh11v25hb2s";
147147+ sha256 = "13212h67ijvir8rlr4gpd2945xx5f5c2lj3bwg7ncw55r23h6hma";
148148 };
149149150150 # leave this in, so users don't have to constantly update their downstream patch handling
+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 = "20211103.0";
77+ version = "20211108.0";
8899 src = fetchPypi {
1010 inherit pname version;
1111- sha256 = "sha256-gny97mYHNwQ8KderebfLALCbIyddbwRoD5Ux6ahDdVk=";
1111+ sha256 = "sha256-cMCjBhtPi73AB9bplUH8ZNQMt5WJ/NZFW4qLuHHo3+g=";
1212 };
13131414 # there is nothing to strip in this package