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-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
parentc17decb15cf15fe8c007d1e5e88b935c95e4725c (diff)
downloadnixlib-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar
nixlib-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.gz
nixlib-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.bz2
nixlib-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.lz
nixlib-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.xz
nixlib-7682a1f0ec0a6e0c63f6456b9e956255af62ca58.tar.zst
nixlib-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')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 9c645d59b2c7..16084ca4ae4f 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.73.1";
+  version = "0.73.2";
   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 3642fb6b16d6..e37da61958ce 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 = [