···2# Do not edit!
34{
5- version = "2022.4.3";
6 components = {
7 "abode" = ps: with ps; [
8 abodepy
···2# Do not edit!
34{
5+ version = "2022.4.4";
6 components = {
7 "abode" = ps: with ps; [
8 abodepy
+2-2
pkgs/servers/home-assistant/default.nix
···168 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
169170 # Don't forget to run parse-requirements.py after updating
171- hassVersion = "2022.4.3";
172173in python.pkgs.buildPythonApplication rec {
174 pname = "homeassistant";
···186 owner = "home-assistant";
187 repo = "core";
188 rev = version;
189- hash = "sha256-kubW0JhG9ervVHVl65YmD5jd/0oWenacAyfSP0EPmsU=";
190 };
191192 # leave this in, so users don't have to constantly update their downstream patch handling
···168 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
169170 # Don't forget to run parse-requirements.py after updating
171+ hassVersion = "2022.4.4";
172173in python.pkgs.buildPythonApplication rec {
174 pname = "homeassistant";
···186 owner = "home-assistant";
187 repo = "core";
188 rev = version;
189+ hash = "sha256-NcFQjLNBGT0tNrlgkVLB3uFr9Yh4rc4HnLzALYvcrYA=";
190 };
191192 # leave this in, so users don't have to constantly update their downstream patch handling
+1
pkgs/servers/home-assistant/parse-requirements.py
···37# If some requirements are matched by multiple or no Python packages, the
38# following can be used to choose the correct one
39PKG_PREFERENCES = {
040 "youtube_dl": "youtube-dl-light",
41 "tensorflow": "tensorflow",
42 "fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
···37# If some requirements are matched by multiple or no Python packages, the
38# following can be used to choose the correct one
39PKG_PREFERENCES = {
40+ "ha-av": "av",
41 "youtube_dl": "youtube-dl-light",
42 "tensorflow": "tensorflow",
43 "fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466