about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-22 12:00:06 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-22 12:00:19 +0100
commitf9d5ac9bff897b262c0e4158e8e8f19cef53a1e2 (patch)
treee2081a5d8c936bad09f559a9e04815c927b5f7c7 /pkgs/servers
parent5b216291fef500181515fb771bb98bf6b091bd3a (diff)
downloadnixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar
nixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.gz
nixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.bz2
nixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.lz
nixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.xz
nixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.zst
nixlib-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.zip
home-assistant: 0.84.3 -> 0.84.6
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix4
-rw-r--r--pkgs/servers/home-assistant/frontend.nix4
3 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index b34355c88b63..fbea4ceff6ae 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.84.3";
+  version = "0.84.6";
   components = {
     "abode" = ps: with ps; [  ];
     "ads" = ps: with ps; [  ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 7ed11a22e7df..049a1d5c2931 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -85,7 +85,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "0.84.3";
+  hassVersion = "0.84.6";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -100,7 +100,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "home-assistant";
     rev = version;
-    sha256 = "0b7634niqqmcckhqb7vx1wimibfs4v042bwja7am90jy0hzafbji";
+    sha256 = "142hxsvhb9lh77h54975vkvl1fx5lslrydq1vbqyy51dy85ms8lc";
   };
 
   propagatedBuildInputs = [
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index 0e1b327a2646..74145d87589b 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "home-assistant-frontend";
-  version = "20181211.1";
+  version = "20181211.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c3bb994e8e121d146fedc113b35ced0c007169fd70b489e9344df082f934dbdf";
+    sha256 = "75dd525922efc1f9a6a4a42c720764a539b18636769e2febc33bb68967c7ebff";
   };
 
   propagatedBuildInputs = [ user-agents ];