We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 831de61 + c836476 commit 2a535d1Copy full SHA for 2a535d1
pkgs/servers/home-assistant/custom-components/localtuya/package.nix
@@ -7,13 +7,13 @@
7
buildHomeAssistantComponent rec {
8
owner = "xZetsubou";
9
domain = "localtuya";
10
- version = "2025.2.1";
+ version = "2025.3.0";
11
12
src = fetchFromGitHub {
13
14
repo = "hass-localtuya";
15
rev = version;
16
- hash = "sha256-on/KuZSJOCBGNRnGtxgGB5bquznjeJ+xMYNVnW67m0s=";
+ hash = "sha256-ZtUK73aj2NKlcanlFZLeL35X1M9CrMLYLW0P0cILdr8=";
17
};
18
19
meta = with lib; {
0 commit comments