summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 07:30:33 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-12-23 07:30:33 -0800
commitcf1220bed65fb2a1179e8228361f52d5bce20f6f (patch)
treeb6c336d974f3c5fe3fcda12f4913577cfa26edae /pkgs/servers/home-assistant
parentf79e10061f4e7a8988831e9734e131492e5b311f (diff)
downloadnixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.tar
nixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.tar.gz
nixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.tar.bz2
nixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.tar.lz
nixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.tar.xz
nixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.tar.zst
nixpkgs-cf1220bed65fb2a1179e8228361f52d5bce20f6f.zip
home-assistant-cli: 0.7.0 -> 0.8.0
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/cli.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/cli.nix b/pkgs/servers/home-assistant/cli.nix
index 7fc80ed7540..36b31947025 100644
--- a/pkgs/servers/home-assistant/cli.nix
+++ b/pkgs/servers/home-assistant/cli.nix
@@ -2,11 +2,11 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "homeassistant-cli";
-  version = "0.7.0";
+  version = "0.8.0";
 
   src = python3.pkgs.fetchPypi {
     inherit pname version;
-    sha256 = "a38d4669201ac2afa71b6578a220bf4d6d59131263b278d51ebd1479677f6baf";
+    sha256 = "0qq42b2a0rlrzaxwf3zqks5gzgv0hf4pz4yjjl6ldnizw8fcj40n";
   };
 
   postPatch = ''