Martin Weinelt 2022-04-12 04:19:57 +02:00
parent 7e9a2215a4
commit 94fa415923
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 17 deletions

View file

@ -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
];

View file

@ -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