home-assistant-custom-components.adaptive_lighting: 1.19.1 -> 1.22.0
https://github.com/basnijholt/adaptive-lighting/releases/tag/1.20.0 https://github.com/basnijholt/adaptive-lighting/releases/tag/1.21.0 https://github.com/basnijholt/adaptive-lighting/releases/tag/1.21.1 https://github.com/basnijholt/adaptive-lighting/releases/tag/1.21.2 https://github.com/basnijholt/adaptive-lighting/releases/tag/1.21.3 https://github.com/basnijholt/adaptive-lighting/releases/tag/1.22.0
This commit is contained in:
parent
ce18a544fe
commit
9a2ff70471
@ -7,13 +7,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "basnijholt";
|
||||
domain = "adaptive_lighting";
|
||||
version = "1.19.1";
|
||||
version = "1.22.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "basnijholt";
|
||||
repo = "adaptive-lighting";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-AZsloE1vNQ9o2pg878J6I5qYXyI4fqYEvr18SrTocWo=";
|
||||
hash = "sha256-k5pCgPM5xjVfWjOcr0UDFzYl/8z7yUwgYdBmC3+2F5k=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user