Unverified Commit 2e6e8838 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

home-assistant-custom-components.yoto_ha: 2.3.0 -> 3.0.4 (#492893)

parents 133eb0e7 72be3ac6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
  owner = "cdnninja";
  domain = "yoto";
  version = "2.3.0";
  version = "3.0.4";

  src = fetchFromGitHub {
    owner = "cdnninja";
    repo = "yoto_ha";
    tag = "v${version}";
    hash = "sha256-8DyL9TQiGT5BMEgZgs7nXGv04HN0slCWIA14OivnzvY=";
    hash = "sha256-lVd5Yko9oPCcsSORYe3d8UbOOYEcqvxU37gm/NthptI=";
  };

  dependencies = [