Commit 1e0b0c05 authored by Robert Schütz's avatar Robert Schütz
Browse files
parent c368e0a1
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -7,15 +7,15 @@
}:

buildHomeAssistantComponent rec {
  owner = "danielperna84";
  owner = "SukramJ";
  domain = "homematicip_local";
  version = "1.75.0";
  version = "1.76.1";

  src = fetchFromGitHub {
    owner = "danielperna84";
    owner = "SukramJ";
    repo = "custom_homematic";
    rev = "refs/tags/${version}";
    hash = "sha256-H5Gf09C9/s2JYVTjgiYNe28mV18mqTiJ0ZDR6rnuojo=";
    tag = version;
    hash = "sha256-dBNZFYoi6tA9waV/yPCkgLu+ADxq09UKsOBHWOOBRJY=";
  };

  postPatch = ''
@@ -30,9 +30,9 @@ buildHomeAssistantComponent rec {
  ];

  meta = {
    changelog = "https://github.com/danielperna84/custom_homematic/blob/${version}/changelog.md";
    changelog = "https://github.com/SukramJ/custom_homematic/blob/${src.tag}/changelog.md";
    description = "Custom Home Assistant Component for HomeMatic";
    homepage = "https://github.com/danielperna84/custom_homematic";
    homepage = "https://github.com/SukramJ/custom_homematic";
    maintainers = with lib.maintainers; [ dotlambda ];
    license = lib.licenses.mit;
  };