home-assistant-custom-components.waste_collection_schedule: 2.1.0 -> 2.2.0

Diff: https://github.com/mampfes/hacs_waste_collection_schedule/compare/refs/tags/2.1.0...2.2.0

Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.2.0
This commit is contained in:
Robert Schütz 2024-09-10 12:31:06 -07:00
parent d77ecc757a
commit d244f9a98d

View File

@ -12,13 +12,13 @@
buildHomeAssistantComponent rec {
owner = "mampfes";
domain = "waste_collection_schedule";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
inherit owner;
repo = "hacs_${domain}";
rev = "refs/tags/${version}";
hash = "sha256-BRxBZecOg8R4yF1lVEfOWMmuYK4JQ1ORsY4bclVYOow=";
hash = "sha256-XzHShFM0H8F/erc/XiCMDotCfN/JJoO5SWX+O9Fqxkw=";
};
dependencies = [