Unverified Commit 47a45a79 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: 2022.11.3 -> 2022.11.4

parent ecc28793
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Do not edit!

{
  version = "2022.11.3";
  version = "2022.11.4";
  components = {
    "3_day_blinds" = ps: with ps; [
    ];
+2 −2
Original line number Diff line number Diff line
@@ -258,7 +258,7 @@ let
  extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);

  # Don't forget to run parse-requirements.py after updating
  hassVersion = "2022.11.3";
  hassVersion = "2022.11.4";

in python.pkgs.buildPythonApplication rec {
  pname = "homeassistant";
@@ -276,7 +276,7 @@ in python.pkgs.buildPythonApplication rec {
    owner = "home-assistant";
    repo = "core";
    rev = version;
    hash = "sha256-9L2GBgM3RTqeOCnW47Kr4OxqVjcbBEvzkiPYZ5qEQAE=";
    hash = "sha256-3vNwWPFSR9Ap89rAxZjUOptigBaDlboxvLZysMyUUX0=";
  };

  # leave this in, so users don't have to constantly update their downstream patch handling