Merge pull request #320142 from JManch/adaptive-lighting

home-assistant-custom-components.adaptive_lighting: 1.19.1 -> 1.22.0
This commit is contained in:
Martin Weinelt 2024-06-15 23:41:57 +02:00 committed by GitHub
commit 206a145e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [