mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35: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,
|
lib,
|
||||||
buildHomeAssistantComponent,
|
buildHomeAssistantComponent,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
aiofiles,
|
||||||
shapely,
|
shapely,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-homeassistant-custom-component,
|
pytest-homeassistant-custom-component,
|
||||||
|
@ -11,16 +12,17 @@
|
||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "amitfin";
|
owner = "amitfin";
|
||||||
domain = "oref_alert";
|
domain = "oref_alert";
|
||||||
version = "2.20.1";
|
version = "2.21.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amitfin";
|
owner = "amitfin";
|
||||||
repo = "oref_alert";
|
repo = "oref_alert";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-EsDGH7/newjHRYu4Lr5UkJ3qaaNupqlhe5CdffEpIVg=";
|
hash = "sha256-ov/smP7rflRfQMqYduTxDAYj5xQkpZJSzIQZrP0YADQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
aiofiles
|
||||||
shapely
|
shapely
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue