summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-21 14:42:44 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-21 14:44:05 +0200
commit4dcc0ce788a2bfe420e286ff44a761f93945b031 (patch)
treeab79bf1d964345b422b64e6da60a91605238eed2 /pkgs/servers/home-assistant
parentcd22a1098c48833ac5defb6371bdddf496f31f2a (diff)
downloadnixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.tar
nixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.tar.gz
nixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.tar.bz2
nixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.tar.lz
nixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.tar.xz
nixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.tar.zst
nixpkgs-4dcc0ce788a2bfe420e286ff44a761f93945b031.zip
home-assistant: 2023.10.3 -> 2023.10.4
https://github.com/home-assistant/core/releases/tag/2023.10.4
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 79195bd7152..7f9efafdfe9 100644
--- a/pkgs/servers/home-assistant/component-packages.nix
+++ b/pkgs/servers/home-assistant/component-packages.nix
@@ -2,7 +2,7 @@
 # Do not edit!
 
 {
-  version = "2023.10.3";
+  version = "2023.10.4";
   components = {
     "3_day_blinds" = ps: with ps; [
     ];
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 9bc35bd882c..593099d264a 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -296,7 +296,7 @@ let
   extraBuildInputs = extraPackages python.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2023.10.3";
+  hassVersion = "2023.10.4";
 
 in python.pkgs.buildPythonApplication rec {
   pname = "homeassistant";
@@ -312,7 +312,7 @@ in python.pkgs.buildPythonApplication rec {
   # Primary source is the pypi sdist, because it contains translations
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-7Eg6Ik8eiPPUTXyRedQLixaCnHDg9Dmikmhcq55+458=";
+    hash = "sha256-HG8Uyk52Bj9CpQ+dn+dbsXVBKakXDlRktG4KSkVVVmE=";
   };
 
   # Secondary source is git for tests
@@ -320,7 +320,7 @@ in python.pkgs.buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = "refs/tags/${version}";
-    hash = "sha256-4J1BBC6PvfbN4fKD+zUpW19sMvoKALilitNJlwB0ZTk=";
+    hash = "sha256-m3MjJHFq9S0dogFijIlpryqGQoHpLqkqgkWLuIxLHa8=";
   };
 
   nativeBuildInputs = with python.pkgs; [