Unverified Commit a5e3f9ca authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant-custom-components.indego: 5.5.0 -> 5.7.2

parent 9f03c0e1
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
  owner = "jm-73";
  domain = "indego";
  version = "5.5.0";
  version = "5.7.2";

  src = fetchFromGitHub {
    owner = "jm-73";
    repo = "Indego";
    rev = "refs/tags/${version}";
    hash = "sha256-ur6KOqU6KAseABL0ibpGJ6109wSSZq9HWSVbMIrRSqc=";
    hash = "sha256-9q8aHbAMIA2xKhZl/CDXWSV1ylDCEVkpL8OUlELoG0Q=";
  };

  dependencies = [ pyindego ];
@@ -23,8 +23,7 @@ buildHomeAssistantComponent rec {
    description = "Bosch Indego lawn mower component";
    changelog = "https://github.com/jm-73/Indego/releases/tag/${version}";
    homepage = "https://github.com/jm-73/Indego";
    # https://github.com/jm-73/pyIndego/issues/125
    license = licenses.unfree;
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
  };
}