···2# Do not edit!
34{
5- version = "2025.6.0";
6 components = {
7 "3_day_blinds" =
8 ps: with ps; [
···2# Do not edit!
34{
5+ version = "2025.6.1";
6 components = {
7 "3_day_blinds" =
8 ps: with ps; [
+3-3
pkgs/servers/home-assistant/default.nix
···386 extraBuildInputs = extraPackages python.pkgs;
387388 # Don't forget to run update-component-packages.py after updating
389- hassVersion = "2025.6.0";
390391in
392python.pkgs.buildPythonApplication rec {
···407 owner = "home-assistant";
408 repo = "core";
409 tag = version;
410- hash = "sha256-SSMubMXk6lasj0CwgPVQRzW7yzkN3lWaoJJDf51zIGQ=";
411 };
412413 # Secondary source is pypi sdist for translations
414 sdist = fetchPypi {
415 inherit pname version;
416- hash = "sha256-3PiRVBtboqWVU5da8EeOkRWAGumrLENNSMD4cD7/MOU=";
417 };
418419 build-system = with python.pkgs; [
···386 extraBuildInputs = extraPackages python.pkgs;
387388 # Don't forget to run update-component-packages.py after updating
389+ hassVersion = "2025.6.1";
390391in
392python.pkgs.buildPythonApplication rec {
···407 owner = "home-assistant";
408 repo = "core";
409 tag = version;
410+ hash = "sha256-Pp2IIpVfzYE4BBJEq4Ll2s0vgsqxAApE8TmVd1zAg38=";
411 };
412413 # Secondary source is pypi sdist for translations
414 sdist = fetchPypi {
415 inherit pname version;
416+ hash = "sha256-yc4tEyR3xpo4x9daWEwXFJBhSH3xeOc2ckO+7LWVRlA=";
417 };
418419 build-system = with python.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···8 # the frontend version corresponding to a specific home-assistant version can be found here
9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
10 pname = "home-assistant-frontend";
11- version = "20250531.2";
12 format = "wheel";
1314 src = fetchPypi {
···16 pname = "home_assistant_frontend";
17 dist = "py3";
18 python = "py3";
19- hash = "sha256-i77uNNUHwPW+A4RkweqcvOdJofKSWhzoeup5HQFwMzQ=";
20 };
2122 # there is nothing to strip in this package
···8 # the frontend version corresponding to a specific home-assistant version can be found here
9 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
10 pname = "home-assistant-frontend";
11+ version = "20250531.3";
12 format = "wheel";
1314 src = fetchPypi {
···16 pname = "home_assistant_frontend";
17 dist = "py3";
18 python = "py3";
19+ hash = "sha256-FmG7Ym85KwE76s+srHzcGM2p5hh56X7cZOBZu4Gr4mM=";
20 };
2122 # there is nothing to strip in this package