home-assistant-custom-components.powercalc: 1.20.2 -> 1.20.3
Diff: https://github.com/bramstroker/homeassistant-powercalc/compare/v1.20.2...v1.20.3 Changelog: https://github.com/bramstroker/homeassistant-powercalc/releases/tag/v1.20.3
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "bramstroker";
|
||||
domain = "powercalc";
|
||||
version = "1.20.2";
|
||||
version = "1.20.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "homeassistant-powercalc";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-NzWivgvDUv41fSA/6g4mYIuoUCobVUdf3bbfmKl0kWg=";
|
||||
hash = "sha256-z66VHJ/ZzQKvx4l00XGKvTBt9o4T+hv64oCGZNDRUng=";
|
||||
};
|
||||
|
||||
dependencies = [ numpy ];
|
||||
|
||||
Reference in New Issue
Block a user