summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-03-13 01:22:08 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-03-13 01:31:48 +0100
commitc3cdba79423b1fc52cb6fbf0281be809b92ac385 (patch)
tree2ae50426a721f0abc9dfbaad9322e3e1e642d61c
parentf68066f9f069108a77bc3c1eeae9ab12a7d9f6ed (diff)
downloadnixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.tar
nixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.tar.gz
nixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.tar.bz2
nixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.tar.lz
nixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.tar.xz
nixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.tar.zst
nixpkgs-c3cdba79423b1fc52cb6fbf0281be809b92ac385.zip
home-assistant: 2021.3.3 -> 2021.3.4
https://github.com/home-assistant/core/releases/tag/2021.3.4
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 347dd2137c8..7be68d087e7 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -2,7 +2,7 @@
 # Do not edit!
 
 {
-  version = "2021.3.3";
+  version = "2021.3.4";
   components = {
     "abode" = ps: with ps; [ abodepy ];
     "accuweather" = ps: with ps; [ accuweather ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 34a8f7f6c04..dc61317876b 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -66,7 +66,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2021.3.3";
+  hassVersion = "2021.3.4";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -85,7 +85,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "0kfvjpzz6ynw8bwd91nm0aiw1pkrmaydwf1r93dnwi8rmzq10zpb";
+    sha256 = "110pvin39lr40zd3lhb8zvh2wafl0k0dy3nbmc483yafy31xa4kw";
   };
 
   # leave this in, so users don't have to constantly update their downstream patch handling