1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

home-assistant/frontent: 20200108.0 -> 20200220.4

This commit is contained in:
Jörg Thalheim 2020-02-26 15:52:07 +00:00
parent c094972a45
commit a8d4fc718b
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

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 = "20200108.0";
version = "20200220.4";
src = fetchPypi {
inherit pname version;
sha256 = "1h6fgkx8fffzs829893gjbh0wbjgxjzz2ca64v8r5sb938bfayg8";
sha256 = "0cb8b6xizxz1q5r0qgwsqs53va9bxdqnp4vwf5lh8ppv9zy7hssc";
};
# no Python tests implemented