Loading pkgs/servers/home-assistant/custom-components/home_connect_alt/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,18 +8,19 @@ buildHomeAssistantComponent rec { owner = "ekutner"; domain = "home_connect_alt"; version = "1.3.0-b1"; version = "1.3.2"; src = fetchFromGitHub { owner = "ekutner"; repo = "home-connect-hass"; tag = version; hash = "sha256-jWrVHwMdzjG0gHWl1NS6WAzdmlmS20BUmh6HzplsGgw="; hash = "sha256-t5Af58HgYVMZki/93t63X2JPXDJm7PPt84yGj7MJKkE="; }; dependencies = [ home-connect-async ]; meta = with lib; { changelog = "https://github.com/ekutner/home-connect-hass/releases/tag/${src.tag}"; description = "Alternative (and improved) Home Connect integration for Home Assistant"; homepage = "https://github.com/ekutner/home-connect-hass"; maintainers = with maintainers; [ kranzes ]; Loading Loading
pkgs/servers/home-assistant/custom-components/home_connect_alt/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,18 +8,19 @@ buildHomeAssistantComponent rec { owner = "ekutner"; domain = "home_connect_alt"; version = "1.3.0-b1"; version = "1.3.2"; src = fetchFromGitHub { owner = "ekutner"; repo = "home-connect-hass"; tag = version; hash = "sha256-jWrVHwMdzjG0gHWl1NS6WAzdmlmS20BUmh6HzplsGgw="; hash = "sha256-t5Af58HgYVMZki/93t63X2JPXDJm7PPt84yGj7MJKkE="; }; dependencies = [ home-connect-async ]; meta = with lib; { changelog = "https://github.com/ekutner/home-connect-hass/releases/tag/${src.tag}"; description = "Alternative (and improved) Home Connect integration for Home Assistant"; homepage = "https://github.com/ekutner/home-connect-hass"; maintainers = with maintainers; [ kranzes ]; Loading