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

https://github.com/jm-73/Indego/releases/tag/5.7.2
This commit is contained in:
Martin Weinelt 2024-07-15 23:55:10 +02:00
parent 9f03c0e190
commit a5e3f9ca85
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 ];
};
}