home-assistant-custom-components.closest_intent: 0.2.0 -> 0.2.1

This commit is contained in:
Charlotte Hartmann Paludo
2026-07-13 09:41:17 +02:00
parent 6ae84c662d
commit 0afcfbb73e

View File

@@ -12,13 +12,13 @@
buildHomeAssistantComponent (finalAttrs: {
owner = "charludo";
domain = "closest_intent";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
inherit (finalAttrs) owner;
repo = "hass-closest-intent";
tag = "v${finalAttrs.version}";
hash = "sha256-AvI9vX2RnN3ALQY4Q2mF3E9mkEV9VBOvk9HOH6i7RbQ=";
hash = "sha256-rfmQso2UJsyyCA5F+0B/7gszxy6+RUpTJtil0CxdtyY=";
};
dependencies = [