Unverified Commit c7802e9c authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

home-assistant-custom-components.octopus_energy: 18.0.0 -> 18.1.0 (#497537)

parents dc2081c7 268c24dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
  owner = "BottlecapDave";
  domain = "octopus_energy";
  version = "18.0.0";
  version = "18.1.0";

  src = fetchFromGitHub {
    inherit owner;
    repo = "HomeAssistant-OctopusEnergy";
    tag = "v${version}";
    hash = "sha256-nCE3cdvaDTIeallI+0gr8IRHyXORzJyWgC4gxXIfLh8=";
    hash = "sha256-V8y/td0873X+rXxu9kQGQq0D3Vs+TuPk4KTqd3oagtE=";
  };

  dependencies = [ pydantic ];