summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/frontend.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-22 18:10:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-22 18:27:50 +0200
commit5bd30523ceccc4fb6008f6568cdf42b1680a8edb (patch)
treed42fb0575c57b14f57e72a2dcf5ea580a9057a45 /pkgs/servers/home-assistant/frontend.nix
parenta5d20d25eb136a8ad85864c1be5325dd50aaa880 (diff)
downloadnixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.tar
nixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.tar.gz
nixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.tar.bz2
nixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.tar.lz
nixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.tar.xz
nixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.tar.zst
nixpkgs-5bd30523ceccc4fb6008f6568cdf42b1680a8edb.zip
homeassistant: 0.112.3 -> 0.113.0
https://www.home-assistant.io/blog/2020/07/22/release-113/
Diffstat (limited to 'pkgs/servers/home-assistant/frontend.nix')
-rw-r--r--pkgs/servers/home-assistant/frontend.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/frontend.nix b/pkgs/servers/home-assistant/frontend.nix
index 54ef4d04e19..9f03633d62a 100644
--- a/pkgs/servers/home-assistant/frontend.nix
+++ b/pkgs/servers/home-assistant/frontend.nix
@@ -4,11 +4,11 @@ buildPythonPackage rec {
   # the frontend version corresponding to a specific home-assistant version can be found here
   # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
   pname = "home-assistant-frontend";
-  version = "20200702.1";
+  version = "20200716.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0ikzqwwm4m15x2m5byy7r005cfdxk7ajfyz9ljv4nsa3y3g2riw4";
+    sha256 = "07h8llin0rx06c5v2skkij5756gqdq079ysxzmrm6xnzk9mcvfsk";
   };
 
   # no Python tests implemented