Commit df45323d authored by R. RyanTM's avatar R. RyanTM
Browse files

home-assistant-custom-components.xiaomi_miot: 1.1.2 -> 1.1.3

parent 5e88cffa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
  owner = "al-one";
  domain = "xiaomi_miot";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "al-one";
    repo = "hass-xiaomi-miot";
    rev = "v${version}";
    hash = "sha256-S1rkrNf1rV9TDjcAfFxFj/IlHMngjp4qysx+8pN0TdI=";
    hash = "sha256-Gx2omTbI1Kwgg3kaPum0iSNw/TDYh3fI0GMGFrOzrTg=";
  };

  dependencies = [