home-assistant/frontent: 20200108.0 -> 20200220.4
This commit is contained in:
parent
c094972a45
commit
a8d4fc718b
|
@ -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 = "20200108.0";
|
||||
version = "20200220.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1h6fgkx8fffzs829893gjbh0wbjgxjzz2ca64v8r5sb938bfayg8";
|
||||
sha256 = "0cb8b6xizxz1q5r0qgwsqs53va9bxdqnp4vwf5lh8ppv9zy7hssc";
|
||||
};
|
||||
|
||||
# no Python tests implemented
|
||||
|
|
Loading…
Reference in New Issue