home-assistant-custom-component.epex_spot: 3.0.0 -> 4.0.0

Changelog: https://github.com/mampfes/ha_epex_spot/releases/tag/4.0.0
This commit is contained in:
9R
2025-12-02 21:53:10 +01:00
parent 706a981610
commit 17fdc077e2
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "epex_spot";
version = "3.0.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "mampfes";
repo = "ha_epex_spot";
tag = version;
hash = "sha256-UaPgf0861TaSgawjJCyNjs8hRE5L5vWnyoXENrzCfb4=";
hash = "sha256-kpyWBeKZ0WUoWI/KwKUo/U3RVz2Kdn4xe5WHWr2pV+U=";
};
dependencies = [