home-assistant-cli: 0.4.2 -> 0.4.4
This commit is contained in:
parent
5acb21453f
commit
d165357e4f
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
python36.pkgs.buildPythonApplication rec {
|
||||
pname = "homeassistant-cli";
|
||||
version = "0.4.2";
|
||||
version = "0.4.4";
|
||||
|
||||
src = python36.pkgs.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e0b05af9e49baf88a44f1b36c3446a106223016dceefd5f9910e204af5901f44";
|
||||
sha256 = "ad3722062ffb7b4fa730f61991b831dbf083e4e079c560993a023ce4bb11c55d";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue