home-assistant-custom-components.systemair: 1.0.14 -> 1.0.17
This commit is contained in:
@@ -10,13 +10,13 @@
|
|||||||
buildHomeAssistantComponent rec {
|
buildHomeAssistantComponent rec {
|
||||||
owner = "AN3Orik";
|
owner = "AN3Orik";
|
||||||
domain = "systemair";
|
domain = "systemair";
|
||||||
version = "1.0.14";
|
version = "1.0.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
inherit owner;
|
inherit owner;
|
||||||
repo = "systemair";
|
repo = "systemair";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-csciuUBetlUSh9KousKN1O08J/c/gviWSzB2c+morU8=";
|
hash = "sha256-R5Q6BbvcAqFNldOqfG1TDoM1gbsYrS3OClHlAdfQG6o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user