lol

home-assistant-custom-components.yandex-station: 3.19.1 -> 3.20.0 (#443013)

authored by

dotlambda and committed by
GitHub
1b254161 4a4751ba

+3 -2
+3 -2
pkgs/servers/home-assistant/custom-components/yandex-station/package.nix
··· 10 10 buildHomeAssistantComponent rec { 11 11 owner = "AlexxIT"; 12 12 domain = "yandex_station"; 13 - version = "3.19.1"; 13 + version = "3.20.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "AlexxIT"; 17 17 repo = "YandexStation"; 18 18 tag = "v${version}"; 19 - hash = "sha256-O+LHD9wKnXaNX/aVrt5lOuuqi1ymF+YqEJP+24NVBhw="; 19 + hash = "sha256-dGMq/uJBr30K9J4C5rFbX99ykf3WttPMLEHf6674THk="; 20 20 }; 21 21 22 22 dependencies = [ ··· 39 39 ++ (home-assistant.getPackages "stream" home-assistant.python.pkgs); 40 40 41 41 meta = { 42 + changelog = "https://github.com/AlexxIT/YandexStation/releases/tag/${src.tag}"; 42 43 description = "Controlling Yandex.Station and other smart home devices with Alice from Home Assistant"; 43 44 homepage = "https://github.com/AlexxIT/YandexStation"; 44 45 license = lib.licenses.mit;