···2# Do not edit!
34{
5- version = "2022.10.2";
6 components = {
7 "abode" = ps: with ps; [
8 abodepy
···2# Do not edit!
34{
5+ version = "2022.10.3";
6 components = {
7 "abode" = ps: with ps; [
8 abodepy
+2-2
pkgs/servers/home-assistant/default.nix
···261 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
262263 # Don't forget to run parse-requirements.py after updating
264- hassVersion = "2022.10.2";
265266in python.pkgs.buildPythonApplication rec {
267 pname = "homeassistant";
···279 owner = "home-assistant";
280 repo = "core";
281 rev = version;
282- hash = "sha256-bx4bixTWeOho8MG5yPBmVp07a7k8xfCli8OhQovG7Qw=";
283 };
284285 # leave this in, so users don't have to constantly update their downstream patch handling
···261 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
262263 # Don't forget to run parse-requirements.py after updating
264+ hassVersion = "2022.10.3";
265266in python.pkgs.buildPythonApplication rec {
267 pname = "homeassistant";
···279 owner = "home-assistant";
280 repo = "core";
281 rev = version;
282+ hash = "sha256-5ffMs6gXOyg0hhB0Wx4bRmSqkr0uRhNcLhLo1PI2UqE=";
283 };
284285 # 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 = "20221006.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15- sha256 = "sha256-W4Hu9tH08Q7NSQz91XlECZuBmB5tIHuxGrrNEjl4pdE=";
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 = "20221010.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15+ sha256 = "sha256-TyaEnXHnaFk+V06BjeblYv6VnXsmYCc/7mYicJsBEY8=";
16 };
1718 # there is nothing to strip in this package