about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/default.nix
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2020-03-28 00:42:22 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-03-28 04:39:34 +0000
commit9cc44b7e33294ef2903c9f3f6b395180434eabbc (patch)
treecb1f3c0966fda0eeb665d359ace0b9080faa0f3f /pkgs/servers/home-assistant/default.nix
parentaf2e41c4ddc311a21d6325798f77467615f9d4fb (diff)
downloadnixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.tar
nixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.tar.gz
nixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.tar.bz2
nixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.tar.lz
nixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.tar.xz
nixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.tar.zst
nixlib-9cc44b7e33294ef2903c9f3f6b395180434eabbc.zip
home-assistant: 0.107.0 -> 0.107.7
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 c57c7118d403..3b59ada0b9b3 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -67,7 +67,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "0.107.0";
+  hassVersion = "0.107.7";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -86,7 +86,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "home-assistant";
     rev = version;
-    sha256 = "080n4qsmzd8lxrh5dwby736jzzpnpirixsh0fby78dym4125ssm7";
+    sha256 = "1sr7vzsd4hpaix37bb10vbnnqs1v8ll2wb8m713qrvcp3crs6snk";
   };
 
   propagatedBuildInputs = [