mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
home-assistant-custom-components.homematicip_local: 2.9.0 -> 2.9.1
Diff: https://github.com/SukramJ/custom_homematic/compare/2.9.0...2.9.1 Changelog: https://github.com/SukramJ/custom_homematic/blob/2.9.1/changelog.md
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "SukramJ";
|
||||
domain = "homematicip_local";
|
||||
version = "2.9.0";
|
||||
version = "2.9.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SukramJ";
|
||||
repo = "custom_homematic";
|
||||
tag = version;
|
||||
hash = "sha256-FqCWIkv5Ex2U05J+ROWLmN0uLBMh3CuPwLqMJKLbuMI=";
|
||||
hash = "sha256-zBtTqNxmOD844rBxPyHGCkE3GLYUH8mI5qBtPdxz24o=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user