home-assistant: 2026.4.0 -> 2026.4.1
Diff: https://github.com/home-assistant/core/compare/2026.4.0...2026.4.1 Changelog: https://github.com/home-assistant/core/releases/tag/2026.4.1
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user