From 94fa415923508a4c59dfb77ceec5237f0b5a09bf Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 12 Apr 2022 04:19:57 +0200 Subject: [PATCH] home-assistant: 2022.4.0 - 2022.4.2 https://github.com/home-assistant/core/releases/tag/2022.4.1 https://github.com/home-assistant/core/releases/tag/2022.4.2 --- .../home-assistant/component-packages.nix | 4 ++-- pkgs/servers/home-assistant/default.nix | 17 ++--------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix index 20218f4f256d..40a46a3b9ca5 100644 --- a/pkgs/servers/home-assistant/component-packages.nix +++ b/pkgs/servers/home-assistant/component-packages.nix @@ -2,7 +2,7 @@ # Do not edit! { - version = "2022.4.0"; + version = "2022.4.2"; components = { "abode" = ps: with ps; [ abodepy @@ -2138,7 +2138,7 @@ "remote" = ps: with ps; [ ]; "remote_rpi_gpio" = ps: with ps; [ - ]; # missing inputs: gpiozero + ]; # missing inputs: gpiozero pigpio "renault" = ps: with ps; [ renault-api ]; diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index ded617b35f6c..99eb36b338c3 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -58,19 +58,6 @@ let }); }) - (self: super: { - aioairzone = super.aioairzone.overridePythonAttrs (oldAttrs: rec { - version = "0.2.3"; - src = fetchFromGitHub { - owner = "Noltari"; - repo = "aioairzone"; - rev = version; - hash = "sha256-vy6NqtlWv2El259rC+Nm0gs/rsY+s8xe7Z+wXvT1Ing="; - }; - }); - }) - - (self: super: { huawei-lte-api = super.huawei-lte-api.overridePythonAttrs (oldAttrs: rec { version = "1.4.18"; @@ -178,7 +165,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.0"; + hassVersion = "2022.4.2"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; @@ -196,7 +183,7 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = version; - hash = "sha256-b/YwcbcQuRIue4fr4+yF2EEXLvmnI7e3xfyz52flwJw="; + hash = "sha256-jFETlFgxS1qlUYnqVUj0Duki6Met21NQbZQOc5pWxpE="; }; # leave this in, so users don't have to constantly update their downstream patch handling