summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-07 02:02:25 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-07 02:02:25 +0200
commit7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3 (patch)
treed5c9347b246f0cc530baba34618f4e62fcd63d16 /pkgs/servers/home-assistant
parentcfda348d50e34e1cc14ae48917e13c0832cde02a (diff)
downloadnixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.tar
nixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.tar.gz
nixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.tar.bz2
nixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.tar.lz
nixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.tar.xz
nixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.tar.zst
nixpkgs-7e8b36ea7910e58a1d4e18f69d9a2e8a413ca9a3.zip
homeassistant: 0.112.2 -> 0.112.3
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
-rw-r--r--pkgs/servers/home-assistant/default.nix4
-rw-r--r--pkgs/servers/home-assistant/frontend.nix4
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index e9e3e8bfc5c..275843cf66d 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -2,7 +2,7 @@
 # Do not edit!
 
 {
-  version = "0.112.2";
+  version = "0.112.3";
   components = {
     "abode" = ps: with ps; [ ]; # missing inputs: abodepy
     "acer_projector" = ps: with ps; [ pyserial];
@@ -144,7 +144,7 @@
     "darksky" = ps: with ps; [ python-forecastio];
     "datadog" = ps: with ps; [ datadog];
     "ddwrt" = ps: with ps; [ ];
-    "debugpy" = ps: with ps; [ ]; # missing inputs: debugpy
+    "debugpy" = ps: with ps; [ debugpy];
     "deconz" = ps: with ps; [ ]; # missing inputs: pydeconz
     "decora" = ps: with ps; [ bluepy]; # missing inputs: decora
     "decora_wifi" = ps: with ps; [ ]; # missing inputs: decora_wifi
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index e2cbf2e011b..5ed86a5a408 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -72,7 +72,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "0.112.2";
+  hassVersion = "0.112.3";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -91,7 +91,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "0pz1q5gaj6zm71ws63zpidhacbq8xyyvhzxj55i6bmb1r2nhxxpa";
+    sha256 = "1azfbjnyaamdnl2f3cllh6pd3kinl1wjqb4hlb569gb8zqs5bsx2";
   };
 
   propagatedBuildInputs = [
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index 75c63ec63cb..54ef4d04e19 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -4,11 +4,11 @@ buildPythonPackage rec {
   # the frontend version corresponding to a specific home-assistant version can be found here
   # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
   pname = "home-assistant-frontend";
-  version = "20200702.0";
+  version = "20200702.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1shdz9b0raspwwnkfzxmyn8mrfgc5prl79g7yn0m4z8m1k7pnd36";
+    sha256 = "0ikzqwwm4m15x2m5byy7r005cfdxk7ajfyz9ljv4nsa3y3g2riw4";
   };
 
   # no Python tests implemented