nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

home-assistant: 2023.2.3 -> 2023.2.4

https://github.com/home-assistant/core/releases/tag/2023.2.4

+3 -3
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2023.2.3"; 5 + version = "2023.2.4"; 6 6 components = { 7 7 "3_day_blinds" = ps: with ps; [ 8 8 ];
+2 -2
pkgs/servers/home-assistant/default.nix
··· 270 270 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs); 271 271 272 272 # Don't forget to run parse-requirements.py after updating 273 - hassVersion = "2023.2.3"; 273 + hassVersion = "2023.2.4"; 274 274 275 275 in python.pkgs.buildPythonApplication rec { 276 276 pname = "homeassistant"; ··· 288 288 owner = "home-assistant"; 289 289 repo = "core"; 290 290 rev = "refs/tags/${version}"; 291 - hash = "sha256-cRdxlmlgkKTnrtqGQPbSpBLHf+vfI9T6sdETcGshN9M="; 291 + hash = "sha256-Lt/t4S6To0MvdvmdKir7VytrNXPGhC7sMfjQmgox5XY="; 292 292 }; 293 293 294 294 nativeBuildInputs = with python3.pkgs; [