home-assistant-custom-component.epex_spot: 2.3.8 -> 2.3.9 (#358394)

https://github.com/mampfes/ha_epex_spot/releases/tag/2.3.9
This commit is contained in:
9R 2024-11-23 14:30:00 +01:00 committed by GitHub
parent a59253a504
commit 03f063f5af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "epex_spot";
version = "2.3.8";
version = "2.3.9";
src = fetchFromGitHub {
owner = "mampfes";
repo = "ha_epex_spot";
rev = "refs/tags/${version}";
hash = "sha256-BwNDI2OMF6bXqFcdr0AJgj9Gb6Uz8BWOfE7M4jqzQJc=";
hash = "sha256-PY3udPgvsaXdDRh4+NQmVlqhERswcMpaJTq5azaUFf4=";
};
propagatedBuildInputs = [