Skip to content

Commit

Permalink
home-assistant-custom-components.waste_collection_schedule: 2.5.0 -> …
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Jan 8, 2025
1 parent ab84748 commit ae24308
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@
icalevents,
lxml,
pycryptodome,
recurring-ical-events,
}:

buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "waste_collection_schedule";
version = "2.5.0";
version = "2.6.0";

src = fetchFromGitHub {
inherit owner;
repo = "hacs_waste_collection_schedule";
tag = version;
hash = "sha256-8AUaVcVCZ+WCLrmEQhIEohEWmeG6g7t3EjVdF9FUyJQ=";
hash = "sha256-gfL5Nxe8io7DTya5x8aQ5PhxiH8rb8L3/CA+UqKEDAk=";
};

dependencies = [
Expand All @@ -28,7 +27,6 @@ buildHomeAssistantComponent rec {
icalevents
lxml
pycryptodome
recurring-ical-events
];

meta = with lib; {
Expand Down

0 comments on commit ae24308

Please sign in to comment.