summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-12 17:38:20 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-12 09:14:44 -0700
commitb7cc0d6d7345eebc16742334c75c65518c1fb6ad (patch)
treea1b6d789d0a398cb5230f388bf2909123546eb75 /pkgs/servers/home-assistant
parent07805915693713b22b64102b5ea30e06889a4ef9 (diff)
downloadnixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.tar
nixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.tar.gz
nixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.tar.bz2
nixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.tar.lz
nixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.tar.xz
nixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.tar.zst
nixpkgs-b7cc0d6d7345eebc16742334c75c65518c1fb6ad.zip
home-assistant: 2021.5.2 -> 2021.5.3
Diffstat (limited to 'pkgs/servers/home-assistant')
-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 afaef82d372..844ea8976d7 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 = "2021.5.2";
+  version = "2021.5.3";
   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 11bf2c744d3..a9d3ae02ea1 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -114,7 +114,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2021.5.2";
+  hassVersion = "2021.5.3";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -133,7 +133,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "1v1ah0kdkhx0pkma2qnk56iv00r2lb4i3sfpwlcr64gfkpzpakv8";
+    sha256 = "1zc21d70n24sk8y42xq3gzisj44kn6w6fhgqrcani470hhph24ba";
   };
 
   # leave this in, so users don't have to constantly update their downstream patch handling