home-assistant-custom-components.nest_protect: 0.3.12 -> 0.4.0

https://github.com/iMicknl/ha-nest-protect/releases/tag/v0.4.0
This commit is contained in:
Martin Weinelt
2025-02-22 14:43:50 +01:00
parent 43e0d16174
commit cd5cd3623a
@@ -6,13 +6,13 @@
buildHomeAssistantComponent rec {
owner = "iMicknl";
domain = "nest_protect";
version = "0.3.12";
version = "0.4.0";
src = fetchFromGitHub {
inherit owner;
repo = "ha-nest-protect";
tag = "v${version}";
hash = "sha256-IiHndx+mQVfpMLisiRwSEhrFJ3mJ4qaWTxZrubowkQs=";
hash = "sha256-UAVyfI+cHYx0va2P14moyy6BbhNegsdLWtiex5QeFrs=";
};
dontBuild = true;