mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
home-assistant-custom-components.dreo: 1.9.20 -> 1.9.23 (#538447)
This commit is contained in:
commit
19a8a1e6d8
1 changed files with 2 additions and 2 deletions
|
|
@ -12,13 +12,13 @@
|
|||
buildHomeAssistantComponent rec {
|
||||
owner = "JeffSteinbok";
|
||||
domain = "dreo";
|
||||
version = "1.9.20";
|
||||
version = "1.9.23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "hass-dreo";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-oCY+kb07kvT3ylfT4Dd8PIC5C6UXZXt2tIbeAb89wcQ=";
|
||||
hash = "sha256-yNe36tQRrW6dE7Kfe3Wg6CLPgaqP4cRVspj3ysV+xlU=";
|
||||
};
|
||||
|
||||
dependencies = [ websockets ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue