summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-11-01 22:58:43 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-11-01 22:58:43 +0100
commit13ba2bc228491e07f62dcba0d867a365ea7f809e (patch)
tree2e7489139e6750c9af397271e6f915528954d54c /pkgs/servers
parent4e6820a2307d526711ecf801f03e37346f2a6c13 (diff)
downloadnixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.tar
nixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.tar.gz
nixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.tar.bz2
nixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.tar.lz
nixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.tar.xz
nixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.tar.zst
nixpkgs-13ba2bc228491e07f62dcba0d867a365ea7f809e.zip
homeassistant: 0.117.1 -> 0.117.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 cc3736ac7de..140d6841681 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.117.1";
+  version = "0.117.2";
   components = {
     "abode" = ps: with ps; [ abodepy ];
     "accuweather" = ps: with ps; [ accuweather ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 31b48060b4f..9302a38f79e 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.117.1";
+  hassVersion = "0.117.2";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -83,7 +83,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "1ifkxgsdm6bvrf573z75ry7vvrb3zi67x5j2nlsb44igfmk0nj1v";
+    sha256 = "1mpvskr0zjvl065ldw05kc0x5yvibwfm2nmv478wznw3vwmbqrzn";
   };
 
   postPatch = ''