Unverified Commit 2d6f38c2 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.dirigera_platform: 2.6.8 -> 2.7.1 (#491887)

parents ef4d9ced 584b3020
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
  owner = "sanjoyg";
  domain = "dirigera_platform";
  version = "2.6.8";
  version = "2.7.1";

  src = fetchFromGitHub {
    owner = "sanjoyg";
    repo = "dirigera_platform";
    rev = version;
    hash = "sha256-FNcGl6INQlVP+P3qmExWLI1ALh9ZacjJAbNKRtgM3ms=";
    tag = version;
    hash = "sha256-N4H07CmIEqUqv1VkLlL1f924TvZ4Cb4IuVKlRYJA9CM=";
  };

  postPatch = ''