Commit 17fdc077 authored by 9R's avatar 9R
Browse files

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

parent 706a9816
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [