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

This commit is contained in:
R. Ryantm
2026-07-18 19:20:53 +00:00
parent 8ac7ef8c76
commit 8a9bc193c9

View File

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