Unverified Commit d9f38db4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant-custom-components.localtuya: 2025.3.2 -> 2025.5.1

parent 3de2b188
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "xZetsubou";
  domain = "localtuya";
  version = "2025.3.2";
  version = "2025.5.1";

  src = fetchFromGitHub {
    owner = "xZetsubou";
    repo = "hass-localtuya";
    rev = version;
    hash = "sha256-6JE2hVD650YE7pSrLt+Ie1QpvHcG0bJ2yrTpwTukBG0=";
    hash = "sha256-cYaMHh16dmjO8UrpBZScGoHDNqvmQ5ceAq/lP6qazxA=";
  };

  meta = with lib; {