about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-22 16:17:54 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-22 17:23:16 +0100
commit9952892cb68c376738d1b18ffbe1099139483864 (patch)
tree7470a3327af335e472c91a1f96b61af2effe4246 /pkgs/servers/home-assistant/default.nix
parentce47f8f7ae07e2edcff8212cb5ea2eacb5742578 (diff)
downloadnixlib-9952892cb68c376738d1b18ffbe1099139483864.tar
nixlib-9952892cb68c376738d1b18ffbe1099139483864.tar.gz
nixlib-9952892cb68c376738d1b18ffbe1099139483864.tar.bz2
nixlib-9952892cb68c376738d1b18ffbe1099139483864.tar.lz
nixlib-9952892cb68c376738d1b18ffbe1099139483864.tar.xz
nixlib-9952892cb68c376738d1b18ffbe1099139483864.tar.zst
nixlib-9952892cb68c376738d1b18ffbe1099139483864.zip
home-assistant: 2023.11.2 -> 2023.11.3
https://github.com/home-assistant/core/releases/tag/2023.11.3
Diffstat (limited to 'pkgs/servers/home-assistant/default.nix')
-rw-r--r--pkgs/servers/home-assistant/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 04485f013993..8f5768fbd2c1 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -324,7 +324,7 @@ let
   extraBuildInputs = extraPackages python.pkgs;
 
   # Don't forget to run parse-requirements.py after updating
-  hassVersion = "2023.11.2";
+  hassVersion = "2023.11.3";
 
 in python.pkgs.buildPythonApplication rec {
   pname = "homeassistant";
@@ -340,7 +340,7 @@ in python.pkgs.buildPythonApplication rec {
   # Primary source is the pypi sdist, because it contains translations
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-cnneRq0hIyvgKo0du/52ze0IVs8TgTPNQM3T1kyy03s=";
+    hash = "sha256-llGHI6LVpTo9m2RMtcDSkW2wWraje2OkVFx5P7lzZ30=";
   };
 
   # Secondary source is git for tests
@@ -348,7 +348,7 @@ in python.pkgs.buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = "refs/tags/${version}";
-    hash = "sha256-OljfYmlXSJVoWWsd4jcSF4nI/FXHqRA8e4LN5AaPVv8=";
+    hash = "sha256-KD53O+UlAjGfVGp4kbLgpgU7j0A+KqZZT492WmeCOnQ=";
   };
 
   nativeBuildInputs = with python.pkgs; [