Merge pull request #298253 from NixOS/home-assistant

home-assistant: 2024.3.2 -> 2024.3.3
This commit is contained in:
Martin Weinelt 2024-03-23 04:12:02 +01:00 committed by GitHub
commit 44d0940ea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "axis";
version = "57";
version = "58";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "axis";
rev = "refs/tags/v${version}";
hash = "sha256-OW5QdQMPgWLlqGXW9Hi2y4Z4EVpTbNrbhN0Lra8zP4Q=";
hash = "sha256-6Mxthf37PtJSWsi+Ok0zBezTJLPwVoc8S1ZdQE57BEI=";
};
postPatch = ''

View File

@ -2,7 +2,7 @@
# Do not edit!
{
version = "2024.3.2";
version = "2024.3.3";
components = {
"3_day_blinds" = ps: with ps; [
];

View File

@ -537,7 +537,7 @@ let
extraBuildInputs = extraPackages python.pkgs;
# Don't forget to run parse-requirements.py after updating
hassVersion = "2024.3.2";
hassVersion = "2024.3.3";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@ -555,13 +555,13 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
hash = "sha256-Am7uEmtLVuYqjCfsYIbjUyzvuWo4FY1WNjOh3D2OzLo=";
hash = "sha256-EutnNqENt1MTmbMe9vtSM+bM5PzvjsfMhpkwXdxWoeI=";
};
# Secondary source is pypi sdist for translations
sdist = fetchPypi {
inherit pname version;
hash = "sha256-OyNh3OPpngrncy3TUlVB3SCQJuS/9pkfNnZgLXaKXrc=";
hash = "sha256-9i8snvozDKgvcEQfk9KTYfqHxQbDBluvArXYVVnNvnA=";
};
nativeBuildInputs = with python.pkgs; [