home-assistant-custom-components.sun2: 3.4.0b0 -> 3.4.1 (#449063)

This commit is contained in:
Martin Weinelt
2025-10-06 20:30:54 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "pnbruckner";
domain = "sun2";
version = "3.4.0b0";
version = "3.4.1";
src = fetchFromGitHub {
inherit owner;
repo = "ha-sun2";
tag = version;
hash = "sha256-yPqsbwabEcYhHFp5wzXf70SaEi0bfXw0IdFe0UahsEU=";
hash = "sha256-VzlwmAzebxykE9rIhAiAFkEOvbh2UkgNMGQaysDA9D4=";
};
meta = rec {