mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
home-assistant-custom-components.oref_alert: 2.20.1 -> 2.21.1 (#413259)
https://github.com/amitfin/oref_alert/releases/tag/v2.20.2 https://github.com/amitfin/oref_alert/releases/tag/v2.21.0 https://github.com/amitfin/oref_alert/releases/tag/v2.21.1
This commit is contained in:
parent
b9570defed
commit
574dd88989
1 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
buildHomeAssistantComponent,
|
||||
fetchFromGitHub,
|
||||
aiofiles,
|
||||
shapely,
|
||||
pytestCheckHook,
|
||||
pytest-homeassistant-custom-component,
|
||||
|
@ -11,16 +12,17 @@
|
|||
buildHomeAssistantComponent rec {
|
||||
owner = "amitfin";
|
||||
domain = "oref_alert";
|
||||
version = "2.20.1";
|
||||
version = "2.21.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "amitfin";
|
||||
repo = "oref_alert";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-EsDGH7/newjHRYu4Lr5UkJ3qaaNupqlhe5CdffEpIVg=";
|
||||
hash = "sha256-ov/smP7rflRfQMqYduTxDAYj5xQkpZJSzIQZrP0YADQ=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
aiofiles
|
||||
shapely
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue