Martin Weinelt 2 years ago
parent 84750aa8d9
commit 0f4f3a397f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 2
      pkgs/servers/home-assistant/component-packages.nix
  2. 4
      pkgs/servers/home-assistant/default.nix

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2022.3.3";
version = "2022.3.4";
components = {
"abode" = ps: with ps; [ abodepy ];
"accuweather" = ps: with ps; [ accuweather ];

@ -158,7 +158,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
hassVersion = "2022.3.3";
hassVersion = "2022.3.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -176,7 +176,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-qe9/VFcEBDfSa7AYrkmj1b6UGLHcm7CtLHiPwzZz8jg=";
hash = "sha256-7de1m7pvPkgCcZN/Slhy26Y1j2NtkebkGanSTl9jN1M=";
};
# leave this in, so users don't have to constantly update their downstream patch handling

Loading…
Cancel
Save