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-04 23:36:54 +02:00
commit d5976d0cbe
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 = [