summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-01-16 04:05:55 +0100
committerGitHub <noreply@github.com>2021-01-16 04:05:55 +0100
commit199c002700484852fe5789a04ebb77f7224589ce (patch)
tree77a6041fffa9c9e4a603c4e40b358d671b62d7a2 /pkgs
parentb3616bd96400ce0252c241d76fcafb64389defc6 (diff)
parent7314c0eee7febfc793482a49b158753ed2f55e1f (diff)
downloadnixpkgs-199c002700484852fe5789a04ebb77f7224589ce.tar
nixpkgs-199c002700484852fe5789a04ebb77f7224589ce.tar.gz
nixpkgs-199c002700484852fe5789a04ebb77f7224589ce.tar.bz2
nixpkgs-199c002700484852fe5789a04ebb77f7224589ce.tar.lz
nixpkgs-199c002700484852fe5789a04ebb77f7224589ce.tar.xz
nixpkgs-199c002700484852fe5789a04ebb77f7224589ce.tar.zst
nixpkgs-199c002700484852fe5789a04ebb77f7224589ce.zip
Merge pull request #109463 from mweinelt/home-assistant
home-assistant: 2021.1.2 -> 2021.1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix9
2 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index aad3034f894..861b53765ba 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.1.2";
+  version = "2021.1.3";
   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 ec12fd572d7..ecc66caf585 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -24,11 +24,6 @@ let
     (mkOverride "astral" "1.10.1"
       "d2a67243c4503131c856cafb1b1276de52a86e5b8a1d507b7e08bee51cb67bf1")
 
-    # Pinned, because v1.5.0 broke the google_translate integration
-    # https://github.com/home-assistant/core/pull/38428
-    (mkOverride "yarl" "1.4.2"
-      "0jzpgrdl6415zzl8js7095q8ks14555lhgxah76mimffkr39rkaq")
-
     # hass-frontend does not exist in python3.pkgs
     (self: super: {
       hass-frontend = self.callPackage ./frontend.nix { };
@@ -62,7 +57,7 @@ let
   extraBuildInputs = extraPackages py.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2021.1.2";
+  hassVersion = "2021.1.3";
 
 in with py.pkgs; buildPythonApplication rec {
   pname = "homeassistant";
@@ -81,7 +76,7 @@ in with py.pkgs; buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    sha256 = "0v8a8p524mhf75jnkw5n1fdsr20jwcayyxfba2vg4z8x0n704hxz";
+    sha256 = "168njrzvqr3wn1xk02q1yn1f90mf1hds6m8lffgkql8m6a6576hn";
   };
 
   # leave this in, so users don't have to constantly update their downstream patch handling