Robert Schütz
2026-04-03 21:53:58 -07:00
parent f24bf22d47
commit 0ad4039191
+4 -4
View File
@@ -253,13 +253,13 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run update-component-packages.py after updating
hassVersion = "2026.4.0";
hassVersion = "2026.4.1";
in
python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
version =
#assert (componentPackages.version == hassVersion);
assert (componentPackages.version == hassVersion);
hassVersion;
pyproject = true;
@@ -274,13 +274,13 @@ python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
tag = version;
hash = "sha256-K/PK2i8yOqLm/GJNz5LZG8DZRKXziPzDPaguIMcKMpY=";
hash = "sha256-Cowd0vNtWeh5XTNZQxkLqZtYZjfbdw/6FhuIGs1cNQ4=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-rSckOYhEYZnmZNCfajGW3b52SMMnXvvSP+O/3jw/GuU=";
hash = "sha256-5nEhbXFZp4u8zTw00fd2W3PBafPhynPzpmF6Dj+G7Mo=";
};
build-system = with python.pkgs; [