mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
home-assistant-custom-components.waste_collection_schedule: 2.0.1 -> 2.1.0
Diff: https://github.com/mampfes/hacs_waste_collection_schedule/compare/refs/tags/2.0.1...2.1.0 Changelog: https://github.com/mampfes/hacs_waste_collection_schedule/releases/tag/2.1.0
This commit is contained in:
parent
c15b8367b6
commit
13b82f1196
@ -5,26 +5,28 @@
|
||||
, icalendar
|
||||
, icalevents
|
||||
, lxml
|
||||
, pycryptodome
|
||||
, recurring-ical-events
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "mampfes";
|
||||
domain = "waste_collection_schedule";
|
||||
version = "2.0.1";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "hacs_${domain}";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-nStfENwlPXPEvK13e8kUpPav6ul6XQO/rViHRHlZpKI=";
|
||||
hash = "sha256-BRxBZecOg8R4yF1lVEfOWMmuYK4JQ1ORsY4bclVYOow=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
beautifulsoup4
|
||||
icalendar
|
||||
icalevents
|
||||
lxml
|
||||
pycryptodome
|
||||
recurring-ical-events
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user