home-assistant-custom-components.sun2: 3.4.2b0 -> 3.4.2b1

This commit is contained in:
R. Ryantm
2025-10-24 22:15:51 +00:00
parent c9f97ce391
commit 1bb735ce5d
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "pnbruckner";
domain = "sun2";
version = "3.4.2b0";
version = "3.4.2b1";
src = fetchFromGitHub {
inherit owner;
repo = "ha-sun2";
tag = version;
hash = "sha256-M+ClqFOeZUw5Rk5vaNnyRBeXU+yTSYTk70TJqcqtehU=";
hash = "sha256-UjJWJX8Upkhu85QNj89ozLDuTFXbrXsFWo/6uRkIFjM=";
};
meta = rec {