Unverified Commit 292809bb authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent 7c3fd739
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Do not edit!

{
  version = "2024.5.0";
  version = "2024.5.1";
  components = {
    "3_day_blinds" = ps: with ps; [
    ];
@@ -3083,7 +3083,8 @@
    ];
    "nws" = ps: with ps; [
      pynws
    ];
    ]
    ++ pynws.optional-dependencies.retry;
    "nx584" = ps: with ps; [
      pynx584
    ];
+3 −3
Original line number Diff line number Diff line
@@ -476,7 +476,7 @@ let
  extraBuildInputs = extraPackages python.pkgs;

  # Don't forget to run update-component-packages.py after updating
  hassVersion = "2024.5.0";
  hassVersion = "2024.5.1";

in python.pkgs.buildPythonApplication rec {
  pname = "homeassistant";
@@ -494,13 +494,13 @@ in python.pkgs.buildPythonApplication rec {
    owner = "home-assistant";
    repo = "core";
    rev = "refs/tags/${version}";
    hash = "sha256-YtlelAfFC3fnw78lZIf5FtQifvtwb2ZjCrZgM2G7S5U=";
    hash = "sha256-/JuKN0V2wMZW56l2nt4T3cpDnQiHeC27+QVBi3j3aDI=";
  };

  # Secondary source is pypi sdist for translations
  sdist = fetchPypi {
    inherit pname version;
    hash = "sha256-9BgfQCP+t4zvC+ZVI0IAlm2qFArqRjTb8974sY/SHUg=";
    hash = "sha256-3Tqs+69e1ESOcEMCx3LTt1c04pG5pK/RGX30x8WRegQ=";
  };

  build-system = with python.pkgs; [