···22# Do not edit!
3344{
55- version = "2022.10.2";
55+ version = "2022.10.3";
66 components = {
77 "abode" = ps: with ps; [
88 abodepy
+2-2
pkgs/servers/home-assistant/default.nix
···261261 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
262262263263 # Don't forget to run parse-requirements.py after updating
264264- hassVersion = "2022.10.2";
264264+ hassVersion = "2022.10.3";
265265266266in python.pkgs.buildPythonApplication rec {
267267 pname = "homeassistant";
···279279 owner = "home-assistant";
280280 repo = "core";
281281 rev = version;
282282- hash = "sha256-bx4bixTWeOho8MG5yPBmVp07a7k8xfCli8OhQovG7Qw=";
282282+ hash = "sha256-5ffMs6gXOyg0hhB0Wx4bRmSqkr0uRhNcLhLo1PI2UqE=";
283283 };
284284285285 # 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 = "20221006.0";
77+ version = "20221010.0";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- sha256 = "sha256-W4Hu9tH08Q7NSQz91XlECZuBmB5tIHuxGrrNEjl4pdE=";
1515+ sha256 = "sha256-TyaEnXHnaFk+V06BjeblYv6VnXsmYCc/7mYicJsBEY8=";
1616 };
17171818 # there is nothing to strip in this package