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

This commit is contained in:
R. Ryantm
2026-07-01 00:15:44 +00:00
parent 484fe064a2
commit 336550bce5
@@ -13,13 +13,13 @@
buildHomeAssistantComponent rec {
owner = "luuquangvu";
domain = "blueprints_updater";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
inherit owner;
repo = "blueprints-updater";
tag = version;
hash = "sha256-zIkK7ZhUC8fPycWJqXP706XbOdhVlNAOwZBTYTII3dE=";
hash = "sha256-OGQ6lE14w84C88QJv5w+mNBGg7gbCtqb9nde47FkL6A=";
};
patches = [