home-assistant: 0.75.1 -> 0.75.2

This commit is contained in:
Robert Schütz 2018-08-06 15:22:55 +02:00
parent 6b57315764
commit db436734cd
2 changed files with 3 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "0.75.1";
version = "0.75.2";
components = {
"abode" = ps: with ps; [ ];
"ads" = ps: with ps; [ ];

View File

@ -74,7 +74,7 @@ let
extraBuildInputs = extraPackages py.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "0.75.1";
hassVersion = "0.75.2";
in with py.pkgs; buildPythonApplication rec {
pname = "homeassistant";
@ -89,16 +89,7 @@ in with py.pkgs; buildPythonApplication rec {
owner = "home-assistant";
repo = "home-assistant";
rev = version;
sha256 = "1slm2r48yh4l57wnvalin6mnk3id2phsaqpd4qy0c0ksqc61ffqk";
};
# Upgrade voluptuous to 0.11.5
# Needed because voluptuous-0.11.3 requires pypandoc
# See https://github.com/home-assistant/home-assistant/pull/15830#issuecomment-410485197
patches = fetchpatch {
name = "upgrade-voluptuous.patch";
url = https://github.com/home-assistant/home-assistant/commit/9ea3be4dc112fb45544fa089cb367c7f4f91b5f0.patch;
sha256 = "0wacs9aifdysw6jpz86d6cqah8spi48pwwcbydj9l8zxndzqp6na";
sha256 = "1ib76wz3f6jfi7a0w2v561g8vf5w4p2b2d79667api6ynvbw2l9d";
};
propagatedBuildInputs = [