summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/home-assistant/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-12 21:20:30 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-12 21:20:30 +0100
commit154c27342e7624169f5989d269c31e3b78afb8d7 (patch)
treec3093cb4b1ee57451f1a2dac150468cfa236e4ed /pkgs/servers/home-assistant/default.nix
parent90770d9744f8c5faeb9a166256efe17aea9ba411 (diff)
home-assistant: 2023.1.3 -> 2023.1.4
https://github.com/home-assistant/core/releases/tag/2023.1.4
Diffstat (limited to 'pkgs/servers/home-assistant/default.nix')
-rw-r--r--pkgs/servers/home-assistant/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 420bc78690ba..d0fdfa16be00 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -195,7 +195,7 @@ let
extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs);
# Don't forget to run parse-requirements.py after updating
- hassVersion = "2023.1.3";
+ hassVersion = "2023.1.4";
in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
@@ -213,7 +213,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = "refs/tags/${version}";
- hash = "sha256-BYUh6rOW6GgOSaN9zDtwn+aiHcNI5BBns9jPc3A3DdI=";
+ hash = "sha256-up6AKdrbiLuVf58yDUGlNME7qVFbegnnb3zoTF4Gj3s=";
};
# leave this in, so users don't have to constantly update their downstream patch handling