···2# Do not edit!
34{
5- version = "2021.4.0";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···2# Do not edit!
34{
5+ version = "2021.4.1";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···95 extraBuildInputs = extraPackages py.pkgs;
9697 # Don't forget to run parse-requirements.py after updating
98- hassVersion = "2021.4.0";
99100in with py.pkgs; buildPythonApplication rec {
101 pname = "homeassistant";
···114 owner = "home-assistant";
115 repo = "core";
116 rev = version;
117- sha256 = "1gkbkyxqsw3isdyskzi0ib07fgqvirnr20jkhrz86vl0k9ix8hwf";
118 };
119120 # leave this in, so users don't have to constantly update their downstream patch handling
···95 extraBuildInputs = extraPackages py.pkgs;
9697 # Don't forget to run parse-requirements.py after updating
98+ hassVersion = "2021.4.1";
99100in with py.pkgs; buildPythonApplication rec {
101 pname = "homeassistant";
···114 owner = "home-assistant";
115 repo = "core";
116 rev = version;
117+ sha256 = "154bmbxhyfv1sxa6fk5vimqjmvci710bm5pj590blyzbr4nyci77";
118 };
119120 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/servers/home-assistant/frontend.nix
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7- version = "20210407.1";
89 src = fetchPypi {
10 inherit pname version;
11- sha256 = "sha256-7kgL6Ixlc1OZ+3sUAuvJd7vgY6FBgPFEKi6xhq7fiBc=";
12 };
1314 # there is nothing to strip in this package
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7+ version = "20210407.2";
89 src = fetchPypi {
10 inherit pname version;
11+ sha256 = "sha256-MxXeept0qwDIs9tFZCd1JfDY1Csl8gLWOhzW/Ihlbzw=";
12 };
1314 # there is nothing to strip in this package