home-assistant-custom-components.oref_alert: 6.20.1 -> 6.20.2

https://github.com/amitfin/oref_alert/releases/tag/v6.20.2
This commit is contained in:
Martin Weinelt
2026-07-04 23:39:40 +02:00
parent 83cf8f1c7e
commit b28b22d08a
@@ -15,13 +15,13 @@
buildHomeAssistantComponent rec {
owner = "amitfin";
domain = "oref_alert";
version = "6.20.1";
version = "6.20.2";
src = fetchFromGitHub {
owner = "amitfin";
repo = "oref_alert";
tag = "v${version}";
hash = "sha256-O4A4Aiddq4YzPx5g9akCepWjEeFdlwTWe5xkPtAmuYE=";
hash = "sha256-jDrSFIFlp9BVytIVUiW3lAKAmG6N0NYS0TaUxQC26eE=";
};
# Do not publish cards, currently broken, attempting to write to nix store.