mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 04:47:53 +00:00
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
This commit is contained in:
parent
7e9a2215a4
commit
94fa415923
@ -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
|
||||
];
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user