summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-08 02:54:39 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-06-08 02:54:39 +0200
commit0763848b3ccc5df9f7cc0e0ec324d1acc96133c5 (patch)
tree8c3ca48b24aa310bdd429129ab064884c5c587ef /pkgs/servers
parentc628b82e31c049812397d4909393c27efaefe982 (diff)
downloadnixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.tar
nixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.tar.gz
nixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.tar.bz2
nixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.tar.lz
nixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.tar.xz
nixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.tar.zst
nixpkgs-0763848b3ccc5df9f7cc0e0ec324d1acc96133c5.zip
home-assistant: 2022.6.3 -> 2022.6.4
https://github.com/home-assistant/core/releases/tag/2022.6.4
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix2
-rw-r--r--pkgs/servers/home-assistant/default.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/home-assistant/component-packages.nix b/pkgs/servers/home-assistant/component-packages.nix
index 9cc272f62a4..91573f635b2 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 = "2022.6.3";
+  version = "2022.6.4";
   components = {
     "abode" = ps: with ps; [
       abodepy
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 62d996bb9a3..913c7318ebc 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -166,7 +166,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.6.3";
+  hassVersion = "2022.6.4";
 
 in python.pkgs.buildPythonApplication rec {
   pname = "homeassistant";
@@ -184,7 +184,7 @@ in python.pkgs.buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    hash = "sha256-dYJbYrOwjJ2OO+gYT9UmCam+gNvSycFGUEeHBoGTqSM=";
+    hash = "sha256-ec6f8H9nU2edsailp1OCPwTFXnPm+NRqNha6Gk3xN44=";
   };
 
   # leave this in, so users don't have to constantly update their downstream patch handling