home-assistant: 2021.4.0 -> 2021.4.1

This commit is contained in:
Martin Weinelt
2021-04-09 01:08:42 +02:00
parent 6da2f72f69
commit b0339372cd
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20210407.1";
version = "20210407.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7kgL6Ixlc1OZ+3sUAuvJd7vgY6FBgPFEKi6xhq7fiBc=";
sha256 = "sha256-MxXeept0qwDIs9tFZCd1JfDY1Csl8gLWOhzW/Ihlbzw=";
};
# there is nothing to strip in this package