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-07-17 14:32:38 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-07-17 14:36:47 +0200
commit7682a1f0ec0a6e0c63f6456b9e956255af62ca58 (patch)
treed0346735acf9cfe660c7daffed38f5903b615ea2 /pkgs/servers/home-assistant/default.nix
parentc17decb15cf15fe8c007d1e5e88b935c95e4725c (diff)
downloadnixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar
nixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.gz
nixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.bz2
nixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.lz
nixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.xz
nixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.zst
nixpkgs-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.zip
home-assistant: 0.73.1 -> 0.73.2
This fixes a security hole allowing man in the middle attacks.
See https://www.home-assistant.io/blog/2018/07/16/release-73-2/.
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 3642fb6b16d..e37da61958c 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -68,7 +68,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "0.73.1";
+  hassVersion = "0.73.2";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -83,7 +83,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "home-assistant";
     rev = version;
-    sha256 = "1hcxwsyj15qks2il06dbwk1ycwspz97pgrwydp00qgcraw0yafmp";
+    sha256 = "1hfxwm49hgikdh827jnlzgfz9h51rjz1gm841f5iz1vwz301l6sk";
   };
 
   propagatedBuildInputs = [