Skip to content

Commit

Permalink
home-assistant: 2022.10.4 -> 2022.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 21, 2022
1 parent c98518b commit 81fc50f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/servers/home-assistant/component-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not edit!

{
version = "2022.10.4";
version = "2022.10.5";
components = {
"abode" = ps: with ps; [
abodepy
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,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 = "2022.10.4";
hassVersion = "2022.10.5";

in python.pkgs.buildPythonApplication rec {
pname = "homeassistant";
Expand All @@ -272,7 +272,7 @@ in python.pkgs.buildPythonApplication rec {
owner = "home-assistant";
repo = "core";
rev = version;
hash = "sha256-949QvezOYW6hA3iU9j2Wu6DhX35CzW0ruwGe3JGPsH4=";
hash = "sha256-y2X6tiR3TLbQ1tYUUuu8D0i5j+P0FnDWJ1mSlGPwIuY=";
};

# leave this in, so users don't have to constantly update their downstream patch handling
Expand Down

0 comments on commit 81fc50f

Please sign in to comment.