Merge pull request #323673 from 9R/epex_spot_update

home-assistant-custom-component-epex_spot: 2.3.7 -> 2.3.8
This commit is contained in:
Martin Weinelt 2024-07-01 01:09:14 +02:00 committed by GitHub
commit aefad90675
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.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 = [