Skip to content

Commit 2a535d1

Browse files
authored
home-assistant-custom-components.localtuya: 2025.2.1 -> 2025.3.0 (#386405)
2 parents 831de61 + c836476 commit 2a535d1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/servers/home-assistant/custom-components/localtuya

1 file changed

+2
-2
lines changed

pkgs/servers/home-assistant/custom-components/localtuya/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
buildHomeAssistantComponent rec {
88
owner = "xZetsubou";
99
domain = "localtuya";
10-
version = "2025.2.1";
10+
version = "2025.3.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "xZetsubou";
1414
repo = "hass-localtuya";
1515
rev = version;
16-
hash = "sha256-on/KuZSJOCBGNRnGtxgGB5bquznjeJ+xMYNVnW67m0s=";
16+
hash = "sha256-ZtUK73aj2NKlcanlFZLeL35X1M9CrMLYLW0P0cILdr8=";
1717
};
1818

1919
meta = with lib; {

0 commit comments

Comments
 (0)