home-assistant-custom-components.waste_collection_schedule: 2.15.0 -> 2.19.0 (#509640)
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "mampfes";
|
||||
domain = "waste_collection_schedule";
|
||||
version = "2.15.0";
|
||||
version = "2.19.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "hacs_waste_collection_schedule";
|
||||
tag = version;
|
||||
hash = "sha256-2uOeKB3ivvfsxiwUoGMlT2BFqIdTRKtr84G4QAX0uD0=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-RkCgyjGetUbGa7F1AWVaXJ/lWAWA1m4SSxNV94EQyuY=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
@@ -49,7 +49,7 @@ buildHomeAssistantComponent rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/${version}";
|
||||
changelog = "https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/${src.tag}";
|
||||
description = "Home Assistant integration framework for (garbage collection) schedules";
|
||||
homepage = "https://github.com/mampfes/hacs_waste_collection_schedule";
|
||||
maintainers = with lib.maintainers; [ jamiemagee ];
|
||||
|
||||
Reference in New Issue
Block a user