Martin Weinelt 2 years ago
parent 0a9c88ab30
commit beb649f5d1
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 2
      pkgs/servers/home-assistant/component-packages.nix
  2. 4
      pkgs/servers/home-assistant/default.nix
  3. 1
      pkgs/servers/home-assistant/parse-requirements.py

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.4.3";
version = "2022.4.4";
components = {
"abode" = ps: with ps; [
abodepy

@ -168,7 +168,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.4.3";
hassVersion = "2022.4.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -186,7 +186,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-kubW0JhG9ervVHVl65YmD5jd/0oWenacAyfSP0EPmsU=";
hash = "sha256-NcFQjLNBGT0tNrlgkVLB3uFr9Yh4rc4HnLzALYvcrYA=";
};
# leave this in, so users don't have to constantly update their downstream patch handling

@ -37,6 +37,7 @@ PKG_SET = "home-assistant.python.pkgs"
# If some requirements are matched by multiple or no Python packages, the
# following can be used to choose the correct one
PKG_PREFERENCES = {
"ha-av": "av",
"youtube_dl": "youtube-dl-light",
"tensorflow": "tensorflow",
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466

Loading…
Cancel
Save