home-assistant-custom-components.oref_alert: 3.2.4 -> 4.0.0 (#452147)
This commit is contained in:
@@ -13,13 +13,13 @@
|
|||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "amitfin";
|
owner = "amitfin";
|
||||||
domain = "oref_alert";
|
domain = "oref_alert";
|
||||||
version = "3.2.4";
|
version = "4.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amitfin";
|
owner = "amitfin";
|
||||||
repo = "oref_alert";
|
repo = "oref_alert";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-+kZOwepyfehETfRDeA4w0eTaGSvkXNzG5rL2wdAKOy8=";
|
hash = "sha256-WMWt2QjwWDIfNbD6/YGc91GASmjNhzfLREMHvc2eOdE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user