home-assistant-custom-components.smartthinq-sensors: 0.39.0 -> 0.39.2

Diff: https://github.com/ollo69/ha-smartthinq-sensors/compare/v0.39.0...v0.39.2

Changelog: https://github.com/ollo69/ha-smartthinq-sensors/releases/tag/v0.39.2
This commit is contained in:
K900 2024-06-06 12:40:46 +03:00
parent 1523ad99b8
commit 4231b8273f

View File

@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "ollo69";
domain = "smartthinq_sensors";
version = "0.39.0";
version = "0.39.2";
src = fetchFromGitHub {
inherit owner;
repo = "ha-smartthinq-sensors";
rev = "v${version}";
hash = "sha256-mt5/XHDAUeoMUA1jWdCNXTUgZBQkqabL5Y4MxwxcweY=";
hash = "sha256-tLq4sqeKmjEDDaowA8ouH/mI7jQfq49kkt/a8+40rhQ=";
};
propagatedBuildInputs = [