diff --git a/pkgs/servers/home-assistant/custom-components/home_connect_alt/package.nix b/pkgs/servers/home-assistant/custom-components/home_connect_alt/package.nix index 437966685e95..ad47b44e5655 100644 --- a/pkgs/servers/home-assistant/custom-components/home_connect_alt/package.nix +++ b/pkgs/servers/home-assistant/custom-components/home_connect_alt/package.nix @@ -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 ];