Martin Weinelt 2 years ago
parent 024c603b71
commit 694b6efcff
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 6
      pkgs/servers/home-assistant/component-packages.nix
  2. 4
      pkgs/servers/home-assistant/default.nix

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.5.0";
version = "2022.5.1";
components = {
"abode" = ps: with ps; [
abodepy
@ -2244,10 +2244,6 @@
"russound_rnet" = ps: with ps; [
]; # missing inputs: russound
"sabnzbd" = ps: with ps; [
aiohttp-cors
ifaddr
netdisco
zeroconf
]; # missing inputs: pysabnzbd
"safe_mode" = ps: with ps; [
pyturbojpeg

@ -179,7 +179,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.5.0";
hassVersion = "2022.5.1";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -197,7 +197,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-xlotye/8oeCs/ntNV4osGjcl7fo05ke7nFLQeee/USY=";
hash = "sha256-TsLKcrT31PFik9ZKvl3peMMciR6rma70c2p+dNDn+zk=";
};
# leave this in, so users don't have to constantly update their downstream patch handling

Loading…
Cancel
Save