home-assistant-custom-components.blueprints-updater: 2.9.1 -> 2.9.2

https://github.com/luuquangvu/blueprints-updater/releases/tag/2.9.2
This commit is contained in:
Martin Weinelt
2026-07-05 01:06:46 +02:00
parent e09dfb3124
commit d5976d0cbe
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "luuquangvu";
domain = "blueprints_updater";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
inherit owner;
repo = "blueprints-updater";
tag = version;
hash = "sha256-OGQ6lE14w84C88QJv5w+mNBGg7gbCtqb9nde47FkL6A=";
hash = "sha256-b6DBrG1c7reIomg9/ZrQgDig976PAbCKIl9AfA/RtmY=";
};
patches = [