···22# Do not edit!
3344{
55- version = "2021.1.2";
55+ version = "2021.1.3";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+2-7
pkgs/servers/home-assistant/default.nix
···2424 (mkOverride "astral" "1.10.1"
2525 "d2a67243c4503131c856cafb1b1276de52a86e5b8a1d507b7e08bee51cb67bf1")
26262727- # Pinned, because v1.5.0 broke the google_translate integration
2828- # https://github.com/home-assistant/core/pull/38428
2929- (mkOverride "yarl" "1.4.2"
3030- "0jzpgrdl6415zzl8js7095q8ks14555lhgxah76mimffkr39rkaq")
3131-3227 # hass-frontend does not exist in python3.pkgs
3328 (self: super: {
3429 hass-frontend = self.callPackage ./frontend.nix { };
···6257 extraBuildInputs = extraPackages py.pkgs;
63586459 # Don't forget to run parse-requirements.py after updating
6565- hassVersion = "2021.1.2";
6060+ hassVersion = "2021.1.3";
66616762in with py.pkgs; buildPythonApplication rec {
6863 pname = "homeassistant";
···8176 owner = "home-assistant";
8277 repo = "core";
8378 rev = version;
8484- sha256 = "0v8a8p524mhf75jnkw5n1fdsr20jwcayyxfba2vg4z8x0n704hxz";
7979+ sha256 = "168njrzvqr3wn1xk02q1yn1f90mf1hds6m8lffgkql8m6a6576hn";
8580 };
86818782 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/tools/misc/youtube-dl/default.nix
···1818 # The websites youtube-dl deals with are a very moving target. That means that
1919 # downloads break constantly. Because of that, updates should always be backported
2020 # to the latest stable release.
2121- version = "2021.01.08";
2121+ version = "2021.01.16";
22222323 src = fetchurl {
2424 url = "https://yt-dl.org/downloads/${version}/${pname}-${version}.tar.gz";
2525- sha256 = "1k870v9xc7g16nvixa272sdjnmc7pl49ymmnn6rdz0mcj2548h3k";
2525+ sha256 = "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi";
2626 };
27272828 nativeBuildInputs = [ installShellFiles makeWrapper ];