summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/default.nix
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/home-assistant/default.nix
parent5b216291fef500181515fb771bb98bf6b091bd3a (diff)
downloadnixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar
nixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.gz
nixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.bz2
nixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.lz
nixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.xz
nixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.tar.zst
nixpkgs-f9d5ac9bff897b262c0e4158e8e8f19cef53a1e2.zip
home-assistant: 0.84.3 -> 0.84.6
Diffstat (limited to 'pkgs/servers/home-assistant/default.nix')
-rw-r--r--pkgs/servers/home-assistant/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 7ed11a22e7d..049a1d5c293 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 = [