home-assistant-custom-component.epex_spot: 2.3.9 -> 3.0.0 (#377522)

This commit is contained in:
Robert Schütz 2025-02-02 16:43:50 -08:00 committed by GitHub
commit 362cff9e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "epex_spot";
version = "2.3.9";
version = "3.0.0";
src = fetchFromGitHub {
owner = "mampfes";
repo = "ha_epex_spot";
tag = version;
hash = "sha256-PY3udPgvsaXdDRh4+NQmVlqhERswcMpaJTq5azaUFf4=";
hash = "sha256-UaPgf0861TaSgawjJCyNjs8hRE5L5vWnyoXENrzCfb4=";
};
dependencies = [