summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-04 16:58:12 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-07 01:43:44 +0200
commitbf13145ee573aa3915ea881efcc93fdc01979e77 (patch)
treebd3868a66bc1c757899c1b198f45a94b78a5a1dd /pkgs/servers/home-assistant/default.nix
parent1093962cf04c9d25f5c8cd9413c3be122f92fbbb (diff)
downloadnixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.tar
nixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.tar.gz
nixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.tar.bz2
nixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.tar.lz
nixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.tar.xz
nixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.tar.zst
nixpkgs-bf13145ee573aa3915ea881efcc93fdc01979e77.zip
homeassistant: 0.112.0 -> 0.112.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 8932c85ed9a..e2cbf2e011b 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -72,7 +72,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "0.112.0";
+  hassVersion = "0.112.2";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -91,7 +91,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "0ydbk478wjgplzjsy4v6yqc18isvykkvg1lnsh4mhhc7yy3w0c9a";
+    sha256 = "0pz1q5gaj6zm71ws63zpidhacbq8xyyvhzxj55i6bmb1r2nhxxpa";
   };
 
   propagatedBuildInputs = [