Skip to content

Commit be32790

Browse files
committed
1 parent cd006f9 commit be32790

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pkgs/servers/home-assistant/component-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not edit!
33

44
{
5-
version = "2024.9.0";
5+
version = "2024.9.1";
66
components = {
77
"3_day_blinds" = ps: with ps; [
88
];

pkgs/servers/home-assistant/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ let
414414
extraBuildInputs = extraPackages python.pkgs;
415415

416416
# Don't forget to run update-component-packages.py after updating
417-
hassVersion = "2024.9.0";
417+
hassVersion = "2024.9.1";
418418

419419
in python.pkgs.buildPythonApplication rec {
420420
pname = "homeassistant";
@@ -432,13 +432,13 @@ in python.pkgs.buildPythonApplication rec {
432432
owner = "home-assistant";
433433
repo = "core";
434434
rev = "refs/tags/${version}";
435-
hash = "sha256-tzEiT+1NvwmH/j1FnmUcanwjSGS8+M/FJ2wZY7qAdYk=";
435+
hash = "sha256-jwkLlmwP9rxwGFVagVyVrO6scOMzuva1Pz706nb3Ato=";
436436
};
437437

438438
# Secondary source is pypi sdist for translations
439439
sdist = fetchPypi {
440440
inherit pname version;
441-
hash = "sha256-KTseRVRn3O75Sjot4f7fgKioKKEY33eXHcFufsPKLak=";
441+
hash = "sha256-0+tXKnkcpjISqapvFh7nPKfPxJrSACuxulejk4pCPUQ=";
442442
};
443443

444444
build-system = with python.pkgs; [

pkgs/servers/home-assistant/frontend.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ buildPythonPackage rec {
44
# the frontend version corresponding to a specific home-assistant version can be found here
55
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66
pname = "home-assistant-frontend";
7-
version = "20240904.0";
7+
version = "20240906.0";
88
format = "wheel";
99

1010
src = fetchPypi {
1111
inherit version format;
1212
pname = "home_assistant_frontend";
1313
dist = "py3";
1414
python = "py3";
15-
hash = "sha256-UauRL6AbyQgk7av1AuE49nlWEkuRRQxQykFHeo3ZpGU=";
15+
hash = "sha256-iWSpwgp5mdAhuZgF+1uNL0aovjM7CZ4SbM0HHQktfAk=";
1616
};
1717

1818
# there is nothing to strip in this package

0 commit comments

Comments
 (0)