home-assistant-custom-components.yassi: 0.4.0b4 -> 0.4.0

Diff: https://github.com/samuelspagl/ha_samsung_soundbar/compare/0.4.0b4...0.4.0

Changelog: https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/0.4.0
This commit is contained in:
K900 2024-06-09 20:58:21 +03:00
parent 7b9135d3ae
commit 0887cfc6b5

View File

@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samuelspagl";
domain = "samsung_soundbar";
version = "0.4.0b4";
version = "0.4.0";
src = fetchFromGitHub {
inherit owner;
repo = "ha_samsung_soundbar";
rev = version;
hash = "sha256-SwIB2w7iBFdyDfwm5WSDF59YVR8ou6Le0PLUMidS1vk=";
hash = "sha256-pkwkXI05zDMEXPoE90YJBxoPYlzmSHH/BLExq0J1JrQ=";
};
propagatedBuildInputs = [ pysmartthings ];