about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-07-31 13:19:20 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-07-31 13:19:20 +0200
commitd56b54cb3c5cb361fe7e44a12979bf8a36f2aadf (patch)
tree4f16b48a4088fc7972d482ef5df605a480b72ecf /pkgs/servers
parent73959b68c25a70599adaace31154b65c82618aa9 (diff)
parent94cbb8e3cd6f9d039f62a241e87f7a0171a5a83d (diff)
downloadnixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.tar
nixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.tar.gz
nixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.tar.bz2
nixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.tar.lz
nixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.tar.xz
nixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.tar.zst
nixlib-d56b54cb3c5cb361fe7e44a12979bf8a36f2aadf.zip
Merge master into staging
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 26a0cf426a13..5f41dbbdfa19 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.74.0";
+  version = "0.74.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 6b771bcce7ac..700f8ed78627 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -74,7 +74,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "0.74.0";
+  hassVersion = "0.74.2";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -89,7 +89,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "home-assistant";
     rev = version;
-    sha256 = "05njkzh4hwz3vbxq2j98znnk8yzs9zkzcd4d99qwcw2hn9kdc385";
+    sha256 = "02wdvkcl4zjw009a5ylblk5blpf5rhlvch8vsg4cx07sj9xgjzmw";
   };
 
   propagatedBuildInputs = [