Unverified Commit ee84126c authored by K900's avatar K900 Committed by GitHub
Browse files

home-assistant-custom-components.polaris-mqtt: 1.0.10 -> 1.0.11 (#457379)

parents 7d3344b9 977dfc57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "samoswall";
  domain = "polaris";
  version = "1.0.10";
  version = "1.0.11";

  src = fetchFromGitHub {
    owner = "samoswall";
    repo = "polaris-mqtt";
    tag = "v${version}";
    hash = "sha256-GxNGZISV/YjMLH2hpoyuyKGvRDiZ3ejI2eJ7o00dqK8=";
    hash = "sha256-ei0O+PTi/nV8Jb3ul+52vsmQxC3irYu0YjBotqYoipc=";
  };

  meta = {