From d06ca4109c75d76ee2d8f362882631b80db664d6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 9 Feb 2022 14:14:57 +0100 Subject: [PATCH] home-assistant: 2022.2.4 -> 2022.2.5 https://github.com/home-assistant/core/releases/tag/2022.2.5 --- pkgs/servers/home-assistant/component-packages.nix | 2 +- pkgs/servers/home-assistant/default.nix | 4 ++-- 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 b536fcaf5774..728154691d41 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 = "2022.2.4"; + version = "2022.2.5"; 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 a6c92711cec1..670d2baa8839 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -121,7 +121,7 @@ let extraBuildInputs = extraPackages python.pkgs; # Don't forget to run parse-requirements.py after updating - hassVersion = "2022.2.4"; + hassVersion = "2022.2.5"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; @@ -139,7 +139,7 @@ in python.pkgs.buildPythonApplication rec { owner = "home-assistant"; repo = "core"; rev = version; - hash = "sha256-Ob2CHOuzH4azQ4Bw33D6shPAHhBeVPQDD3msgKfMJRA="; + hash = "sha256-BQrhZCmPbhu7fB5/tqr6LxpzOKPq9fPDXBrQPOv0yA4="; }; # leave this in, so users don't have to constantly update their downstream patch handling