Unverified Commit ad63751c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

home-assistant-custom-components.yandex-station: 3.20.0 -> 3.20.1 (#446254)

parents c211b35a 8aa22da5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
  owner = "AlexxIT";
  domain = "yandex_station";
  version = "3.20.0";
  version = "3.20.1";

  src = fetchFromGitHub {
    owner = "AlexxIT";
    repo = "YandexStation";
    tag = "v${version}";
    hash = "sha256-dGMq/uJBr30K9J4C5rFbX99ykf3WttPMLEHf6674THk=";
    hash = "sha256-AP0GAJrGZq2z0HlsARfhVZiv7yaeOKg05GjV95ljVdU=";
  };

  dependencies = [