home-assistant-custom-components.powercalc: 1.21.2 -> 1.22.0

This commit is contained in:
R. Ryantm
2026-07-15 03:48:28 +00:00
parent 0a6bfb4390
commit fa548aa1ad

View File

@@ -17,13 +17,13 @@
buildHomeAssistantComponent rec {
owner = "bramstroker";
domain = "powercalc";
version = "1.21.2";
version = "1.22.0";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-powercalc";
tag = "v${version}";
hash = "sha256-D8gFEhitQjryZLLcP2ZsXNqWLvPyayuoYGq5C0B2D5w=";
hash = "sha256-JToHHnteIH6uJEZSl22hBsUxkf7Cj0s1sPaAcKmaFao=";
};
dependencies = [ numpy ];