File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkgs/servers/home-assistant Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 ] ;
Original file line number Diff line number Diff line change 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
419419in 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 ; [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments