summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-01-15 18:08:52 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-01-15 18:14:15 +0100
commit7314c0eee7febfc793482a49b158753ed2f55e1f (patch)
treebbb6d5c56ec3e1a51e0e4b3c2fbbc27624d16edc /pkgs
parent04af07c659c6723a2259bb6bc00a47ec53330f20 (diff)
downloadnixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.tar
nixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.tar.gz
nixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.tar.bz2
nixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.tar.lz
nixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.tar.xz
nixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.tar.zst
nixpkgs-7314c0eee7febfc793482a49b158753ed2f55e1f.zip
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