Unverified Commit 9952892c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: 2023.11.2 -> 2023.11.3

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

{
  version = "2023.11.2";
  version = "2023.11.3";
  components = {
    "3_day_blinds" = ps: with ps; [
    ];
@@ -4871,6 +4871,7 @@
      pymitv
    ];
    "xmpp" = ps: with ps; [
      emoji
      slixmpp
    ];
    "xs1" = ps: with ps; [
+3 −3
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ let
  extraBuildInputs = extraPackages python.pkgs;

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

in python.pkgs.buildPythonApplication rec {
  pname = "homeassistant";
@@ -340,7 +340,7 @@ in python.pkgs.buildPythonApplication rec {
  # Primary source is the pypi sdist, because it contains translations
  src = fetchPypi {
    inherit pname version;
    hash = "sha256-cnneRq0hIyvgKo0du/52ze0IVs8TgTPNQM3T1kyy03s=";
    hash = "sha256-llGHI6LVpTo9m2RMtcDSkW2wWraje2OkVFx5P7lzZ30=";
  };

  # Secondary source is git for tests
@@ -348,7 +348,7 @@ in python.pkgs.buildPythonApplication rec {
    owner = "home-assistant";
    repo = "core";
    rev = "refs/tags/${version}";
    hash = "sha256-OljfYmlXSJVoWWsd4jcSF4nI/FXHqRA8e4LN5AaPVv8=";
    hash = "sha256-KD53O+UlAjGfVGp4kbLgpgU7j0A+KqZZT492WmeCOnQ=";
  };

  nativeBuildInputs = with python.pkgs; [