···2# Do not edit!
34{
5- version = "2023.7.0";
6 components = {
7 "3_day_blinds" = ps: with ps; [
8 ];
···2# Do not edit!
34{
5+ version = "2023.7.1";
6 components = {
7 "3_day_blinds" = ps: with ps; [
8 ];
+3-3
pkgs/servers/home-assistant/default.nix
···287 extraBuildInputs = extraPackages python.pkgs;
288289 # Don't forget to run parse-requirements.py after updating
290- hassVersion = "2023.7.0";
291292in python.pkgs.buildPythonApplication rec {
293 pname = "homeassistant";
···303 # Primary source is the pypi sdist, because it contains translations
304 src = fetchPypi {
305 inherit pname version;
306- hash = "sha256-2bo/TJPc2CBH+y6z7Hl4I7TeacDH61L+jMIRWzOAgz0=";
307 };
308309 # Secondary source is git for tests
···311 owner = "home-assistant";
312 repo = "core";
313 rev = "refs/tags/${version}";
314- hash = "sha256-ZOqehiotdPLA+ZjtTmonsvpDEEke13nbwt+0E/hGD6E=";
315 };
316317 nativeBuildInputs = with python.pkgs; [
···287 extraBuildInputs = extraPackages python.pkgs;
288289 # Don't forget to run parse-requirements.py after updating
290+ hassVersion = "2023.7.1";
291292in python.pkgs.buildPythonApplication rec {
293 pname = "homeassistant";
···303 # Primary source is the pypi sdist, because it contains translations
304 src = fetchPypi {
305 inherit pname version;
306+ hash = "sha256-YYuIVEAWLOIW1xiUGzq6TeFfCSj5rxn6H8W7XhgAhF8=";
307 };
308309 # Secondary source is git for tests
···311 owner = "home-assistant";
312 repo = "core";
313 rev = "refs/tags/${version}";
314+ hash = "sha256-ovboX1tixBDZEA2phmdE6LxnvpWDhdTeEWVw6xJiSMU=";
315 };
316317 nativeBuildInputs = with python.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 = "20230705.0";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15- hash = "sha256-kkrCEgc+cckjDESG2WoHd93Qdb5RwIF2FrNxnBB8jFI=";
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 = "20230705.1";
8 format = "wheel";
910 src = fetchPypi {
···12 pname = "home_assistant_frontend";
13 dist = "py3";
14 python = "py3";
15+ hash = "sha256-VC+yrU5RRAj4qe1MhQLMl9RfW6NmAl5NhXZDACfFlmo=";
16 };
1718 # there is nothing to strip in this package
···22 # The websites yt-dlp deals with are a very moving target. That means that
23 # downloads break constantly. Because of that, updates should always be backported
24 # to the latest stable release.
25- version = "2023.6.22";
2627 src = fetchPypi {
28 inherit pname version;
29- sha256 = "sha256-7WqLjgrQikVA1K+g/Qin+YACLHm5CBvZ5j3cAK7u5ag=";
30 };
3132 propagatedBuildInputs = [
···22 # The websites yt-dlp deals with are a very moving target. That means that
23 # downloads break constantly. Because of that, updates should always be backported
24 # to the latest stable release.
25+ version = "2023.7.6";
2627 src = fetchPypi {
28 inherit pname version;
29+ sha256 = "sha256-y1g3OGnIzLUDR0b5HPzNbSXqaXCQ39b5PpA01R60rtI=";
30 };
3132 propagatedBuildInputs = [