Commit 75a5976c authored by Martin Weinelt's avatar Martin Weinelt Committed by Robert Schütz
Browse files

home-assistant-custom-components.tuya_local: 2025.7.1 -> 2025.10.1

parent c187c096
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
  owner = "make-all";
  domain = "tuya_local";
  version = "2025.7.1";
  version = "2025.10.1";

  src = fetchFromGitHub {
    inherit owner;
    repo = "tuya-local";
    tag = version;
    hash = "sha256-RIvtz6f3Jj4INvL0JdL+EsFUoLoG9vQNn5iPq2nF26I=";
    hash = "sha256-Sqk6FBaEDp9KdcpKzWMeF6baqk7atbCtSRKTsQogwfo=";
  };

  dependencies = [