summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-01-09 10:43:43 +0000
committerJörg Thalheim <joerg@thalheim.io>2020-01-09 10:43:43 +0000
commitf74fc27ace4eb6d7ce04960c11876337f0858e01 (patch)
tree7a753c8cfe0881c400ac76309f8e2b45e73bfd76 /pkgs/servers
parent25b75b8fb5810f8cca80f0fe02950064f0417b85 (diff)
downloadnixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.tar
nixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.tar.gz
nixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.tar.bz2
nixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.tar.lz
nixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.tar.xz
nixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.tar.zst
nixpkgs-f74fc27ace4eb6d7ce04960c11876337f0858e01.zip
home-assistant-frontend: 20200108.0 -> 20191204.1
Diffstat (limited to 'pkgs/servers')
-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 575b9d4002c..75d02ed0635 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 = "20191204.1";
+  version = "20200108.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1agbc8laql9vb9f8qnha2zwah967avfyna0ckdyvvdd6sjwkc0a2";
+    sha256 = "1h6fgkx8fffzs829893gjbh0wbjgxjzz2ca64v8r5sb938bfayg8";
   };
 
   # no Python tests implemented