Merge pull request #133257 from NixOS/home-assistant

This commit is contained in:
Martin Weinelt 2021-08-09 16:16:57 +02:00 committed by GitHub
commit 3fee66443f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -14,14 +14,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "soco"; pname = "soco";
version = "0.23.2"; version = "0.23.3";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SoCo"; owner = "SoCo";
repo = "SoCo"; repo = "SoCo";
rev = "v${version}"; rev = "v${version}";
sha256 = "0qq2k0xy8a5b54nk7h4ipkvq8dpzklhgcwcffhnlcnl1vhq2dh33"; sha256 = "sha256-T6gDImH/HfHg8e1YzUYB8zr2GJHRtF6vdYm2cSiXSb0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -2,14 +2,14 @@
# Do not edit! # Do not edit!
{ {
version = "2021.8.3"; version = "2021.8.4";
components = { components = {
"abode" = ps: with ps; [ abodepy ]; "abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ]; "accuweather" = ps: with ps; [ accuweather ];
"acer_projector" = ps: with ps; [ pyserial ]; "acer_projector" = ps: with ps; [ pyserial ];
"acmeda" = ps: with ps; [ aiopulse ]; "acmeda" = ps: with ps; [ aiopulse ];
"actiontec" = ps: with ps; [ ]; "actiontec" = ps: with ps; [ ];
"adax" = ps: with ps; [ ]; # missing inputs: adax "adax" = ps: with ps; [ adax ];
"adguard" = ps: with ps; [ adguardhome ]; "adguard" = ps: with ps; [ adguardhome ];
"ads" = ps: with ps; [ pyads ]; "ads" = ps: with ps; [ pyads ];
"advantage_air" = ps: with ps; [ advantage-air ]; "advantage_air" = ps: with ps; [ advantage-air ];
@ -659,7 +659,7 @@
"progettihwsw" = ps: with ps; [ ]; # missing inputs: progettihwsw "progettihwsw" = ps: with ps; [ ]; # missing inputs: progettihwsw
"proliphix" = ps: with ps; [ ]; # missing inputs: proliphix "proliphix" = ps: with ps; [ ]; # missing inputs: proliphix
"prometheus" = ps: with ps; [ aiohttp-cors prometheus_client ]; "prometheus" = ps: with ps; [ aiohttp-cors prometheus_client ];
"prosegur" = ps: with ps; [ ]; # missing inputs: pyprosegur "prosegur" = ps: with ps; [ pyprosegur ];
"prowl" = ps: with ps; [ ]; "prowl" = ps: with ps; [ ];
"proximity" = ps: with ps; [ ]; "proximity" = ps: with ps; [ ];
"proxmoxve" = ps: with ps; [ proxmoxer ]; "proxmoxve" = ps: with ps; [ proxmoxer ];

View file

@ -138,7 +138,7 @@ let
extraBuildInputs = extraPackages py.pkgs; extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating # Don't forget to run parse-requirements.py after updating
hassVersion = "2021.8.3"; hassVersion = "2021.8.4";
in with py.pkgs; buildPythonApplication rec { in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant"; pname = "homeassistant";
@ -155,7 +155,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant"; owner = "home-assistant";
repo = "core"; repo = "core";
rev = version; rev = version;
sha256 = "02hm4x1qx9vd39d9l2gl2pnfnjmpk6p2w72lj45cvp3jimdg30fz"; sha256 = "0xnw6a1wfk0br0lyplhbp64fqbywa3ld3ggj0czyi1c0n8pqx7cq";
}; };
# leave this in, so users don't have to constantly update their downstream patch handling # leave this in, so users don't have to constantly update their downstream patch handling