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

home-assistant-custom-components.polaris-mqtt: 1.1.0 -> 1.1.1 (#490457)

parents 0ed5d361 ffb9c77a
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.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "samoswall";
    repo = "polaris-mqtt";
    tag = "v${version}";
    hash = "sha256-nT7sLN61XOakYL2kZXQc6qrEAIaf0jEfm4wxZ0viK8c=";
    hash = "sha256-/HMR+BZuwAoqFfELkjhT3k5NKMc2ahE/I3DTR1lQ5L0=";
  };

  meta = {