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

https://github.com/amitfin/oref_alert/releases/tag/v6.20.1
This commit is contained in:
Martin Weinelt
2026-06-04 16:39:53 +02:00
parent 25548927f1
commit a6471461ff
@@ -15,13 +15,13 @@
buildHomeAssistantComponent rec {
owner = "amitfin";
domain = "oref_alert";
version = "6.18.3";
version = "6.20.1";
src = fetchFromGitHub {
owner = "amitfin";
repo = "oref_alert";
tag = "v${version}";
hash = "sha256-gF8JemhOxnwDHoMcC3Znp9lx92bPdRk/a8e3Upbhb+o=";
hash = "sha256-O4A4Aiddq4YzPx5g9akCepWjEeFdlwTWe5xkPtAmuYE=";
};
# Do not publish cards, currently broken, attempting to write to nix store.