home-assistant-custom-components.blueprints-updater: 2.9.2 -> 2.10.1 (#543304)

This commit is contained in:
Sandro
2026-07-20 00:40:26 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "luuquangvu";
domain = "blueprints_updater";
version = "2.9.2";
version = "2.10.1";
src = fetchFromGitHub {
inherit owner;
repo = "blueprints-updater";
tag = version;
hash = "sha256-b6DBrG1c7reIomg9/ZrQgDig976PAbCKIl9AfA/RtmY=";
hash = "sha256-MhhdWvSV+oyDxYGGj0IcqP5bymCjNCVTNIzvHdRKesU=";
};
patches = [