mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
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:
parent
7b9135d3ae
commit
0887cfc6b5
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user