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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user