Merge pull request #133257 from NixOS/home-assistant

authored by Martin Weinelt and committed by GitHub 3fee6644 7c23b4a5

+7 -7
+2 -2
pkgs/development/python-modules/soco/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "soco"; 17 - version = "0.23.2"; 17 + version = "0.23.3"; 18 18 disabled = pythonOlder "3.6"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "SoCo"; 22 22 repo = "SoCo"; 23 23 rev = "v${version}"; 24 - sha256 = "0qq2k0xy8a5b54nk7h4ipkvq8dpzklhgcwcffhnlcnl1vhq2dh33"; 24 + sha256 = "sha256-T6gDImH/HfHg8e1YzUYB8zr2GJHRtF6vdYm2cSiXSb0="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [
+3 -3
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2021.8.3"; 5 + version = "2021.8.4"; 6 6 components = { 7 7 "abode" = ps: with ps; [ abodepy ]; 8 8 "accuweather" = ps: with ps; [ accuweather ]; 9 9 "acer_projector" = ps: with ps; [ pyserial ]; 10 10 "acmeda" = ps: with ps; [ aiopulse ]; 11 11 "actiontec" = ps: with ps; [ ]; 12 - "adax" = ps: with ps; [ ]; # missing inputs: adax 12 + "adax" = ps: with ps; [ adax ]; 13 13 "adguard" = ps: with ps; [ adguardhome ]; 14 14 "ads" = ps: with ps; [ pyads ]; 15 15 "advantage_air" = ps: with ps; [ advantage-air ]; ··· 659 659 "progettihwsw" = ps: with ps; [ ]; # missing inputs: progettihwsw 660 660 "proliphix" = ps: with ps; [ ]; # missing inputs: proliphix 661 661 "prometheus" = ps: with ps; [ aiohttp-cors prometheus_client ]; 662 - "prosegur" = ps: with ps; [ ]; # missing inputs: pyprosegur 662 + "prosegur" = ps: with ps; [ pyprosegur ]; 663 663 "prowl" = ps: with ps; [ ]; 664 664 "proximity" = ps: with ps; [ ]; 665 665 "proxmoxve" = ps: with ps; [ proxmoxer ];
+2 -2
pkgs/servers/home-assistant/default.nix
··· 138 138 extraBuildInputs = extraPackages py.pkgs; 139 139 140 140 # Don't forget to run parse-requirements.py after updating 141 - hassVersion = "2021.8.3"; 141 + hassVersion = "2021.8.4"; 142 142 143 143 in with py.pkgs; buildPythonApplication rec { 144 144 pname = "homeassistant"; ··· 155 155 owner = "home-assistant"; 156 156 repo = "core"; 157 157 rev = version; 158 - sha256 = "02hm4x1qx9vd39d9l2gl2pnfnjmpk6p2w72lj45cvp3jimdg30fz"; 158 + sha256 = "0xnw6a1wfk0br0lyplhbp64fqbywa3ld3ggj0czyi1c0n8pqx7cq"; 159 159 }; 160 160 161 161 # leave this in, so users don't have to constantly update their downstream patch handling