···22# Do not edit!
3344{
55- version = "2023.5.0";
55+ version = "2023.5.1";
66 components = {
77 "3_day_blinds" = ps: with ps; [
88 ];
+3-3
pkgs/servers/home-assistant/default.nix
···321321 extraBuildInputs = extraPackages python.pkgs;
322322323323 # Don't forget to run parse-requirements.py after updating
324324- hassVersion = "2023.5.0";
324324+ hassVersion = "2023.5.1";
325325326326in python.pkgs.buildPythonApplication rec {
327327 pname = "homeassistant";
···337337 # Primary source is the pypi sdist, because it contains translations
338338 src = fetchPypi {
339339 inherit pname version;
340340- hash = "sha256-zTOOQiA9nSJJR59fjkR1k+JNOvqXh1XB21i4nzQq4ZQ=";
340340+ hash = "sha256-SnNZE2FFL+PVnAoX661d5d4P1drbSPZQsL25mi4TuNI=";
341341 };
342342343343 # Secondary source is git for tests
···345345 owner = "home-assistant";
346346 repo = "core";
347347 rev = "refs/tags/${version}";
348348- hash = "sha256-spH1gu045VQeC21OeOEYKTLkql0Gflpha927Kvd7q1w=";
348348+ hash = "sha256-ddD9hBN+UU9Z3zfNsymD7O5Fi5v1Xuh2wMPmfhrsoO8=";
349349 };
350350351351 nativeBuildInputs = with python3.pkgs; [
+2-2
pkgs/servers/home-assistant/frontend.nix
···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";
77- version = "20230503.1";
77+ version = "20230503.2";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- hash = "sha256-h3M2mnlJOwo05zSmjlPKZVh5npR2IAKT2ff4gIz6f0Y=";
1515+ hash = "sha256-Iz7GviL5qRjEE+I15NpquJ3seHFJPnoMasChIti4mYY=";
1616 };
17171818 # there is nothing to strip in this package