Merge pull request #317699 from K900/smartthinq-0.39.2

home-assistant-custom-components.smartthinq-sensors: 0.39.0 -> 0.39.2
This commit is contained in:
Martin Weinelt 2024-06-06 11:43:40 +02:00 committed by GitHub
commit d2e7ed816e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 = [