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:
parent
9f03c0e190
commit
a5e3f9ca85
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user