home-assistant-custom-component-epex_spot: 2.3.7 -> 2.3.8

This commit is contained in:
9R 2024-07-01 00:48:23 +02:00
parent b2e0a5c33c
commit 80972b3dea

View File

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