···2# Do not edit!
34{
5- version = "2023.5.0";
6 components = {
7 "3_day_blinds" = ps: with ps; [
8 ];
···2# Do not edit!
34{
5+ version = "2023.5.1";
6 components = {
7 "3_day_blinds" = ps: with ps; [
8 ];
+3-3
pkgs/servers/home-assistant/default.nix
···321 extraBuildInputs = extraPackages python.pkgs;
322323 # Don't forget to run parse-requirements.py after updating
324- hassVersion = "2023.5.0";
325326in python.pkgs.buildPythonApplication rec {
327 pname = "homeassistant";
···337 # Primary source is the pypi sdist, because it contains translations
338 src = fetchPypi {
339 inherit pname version;
340- hash = "sha256-zTOOQiA9nSJJR59fjkR1k+JNOvqXh1XB21i4nzQq4ZQ=";
341 };
342343 # Secondary source is git for tests
···345 owner = "home-assistant";
346 repo = "core";
347 rev = "refs/tags/${version}";
348- hash = "sha256-spH1gu045VQeC21OeOEYKTLkql0Gflpha927Kvd7q1w=";
349 };
350351 nativeBuildInputs = with python3.pkgs; [
···321 extraBuildInputs = extraPackages python.pkgs;
322323 # Don't forget to run parse-requirements.py after updating
324+ hassVersion = "2023.5.1";
325326in python.pkgs.buildPythonApplication rec {
327 pname = "homeassistant";
···337 # Primary source is the pypi sdist, because it contains translations
338 src = fetchPypi {
339 inherit pname version;
340+ hash = "sha256-SnNZE2FFL+PVnAoX661d5d4P1drbSPZQsL25mi4TuNI=";
341 };
342343 # Secondary source is git for tests
···345 owner = "home-assistant";
346 repo = "core";
347 rev = "refs/tags/${version}";
348+ hash = "sha256-ddD9hBN+UU9Z3zfNsymD7O5Fi5v1Xuh2wMPmfhrsoO8=";
349 };
350351 nativeBuildInputs = with python3.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7- version = "20230503.1";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15- hash = "sha256-h3M2mnlJOwo05zSmjlPKZVh5npR2IAKT2ff4gIz6f0Y=";
16 };
1718 # there is nothing to strip in this package
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7+ version = "20230503.2";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15+ hash = "sha256-Iz7GviL5qRjEE+I15NpquJ3seHFJPnoMasChIti4mYY=";
16 };
1718 # there is nothing to strip in this package