···22# Do not edit!
3344{
55- version = "2021.4.0";
55+ version = "2021.4.1";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···9595 extraBuildInputs = extraPackages py.pkgs;
96969797 # Don't forget to run parse-requirements.py after updating
9898- hassVersion = "2021.4.0";
9898+ hassVersion = "2021.4.1";
9999100100in with py.pkgs; buildPythonApplication rec {
101101 pname = "homeassistant";
···114114 owner = "home-assistant";
115115 repo = "core";
116116 rev = version;
117117- sha256 = "1gkbkyxqsw3isdyskzi0ib07fgqvirnr20jkhrz86vl0k9ix8hwf";
117117+ sha256 = "154bmbxhyfv1sxa6fk5vimqjmvci710bm5pj590blyzbr4nyci77";
118118 };
119119120120 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/servers/home-assistant/frontend.nix
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20210407.1";
77+ version = "20210407.2";
8899 src = fetchPypi {
1010 inherit pname version;
1111- sha256 = "sha256-7kgL6Ixlc1OZ+3sUAuvJd7vgY6FBgPFEKi6xhq7fiBc=";
1111+ sha256 = "sha256-MxXeept0qwDIs9tFZCd1JfDY1Csl8gLWOhzW/Ihlbzw=";
1212 };
13131414 # there is nothing to strip in this package