about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-26 02:05:03 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-26 14:19:12 +0100
commit3808c892d23649515c068a2423004ec0290f3674 (patch)
tree1aeb66d8625ca34d6dd9831026aafe10909dbb0b /pkgs/servers
parenta7fddda828f1e573f8c0e516cd983b87c2c1335a (diff)
downloadnixlib-3808c892d23649515c068a2423004ec0290f3674.tar
nixlib-3808c892d23649515c068a2423004ec0290f3674.tar.gz
nixlib-3808c892d23649515c068a2423004ec0290f3674.tar.bz2
nixlib-3808c892d23649515c068a2423004ec0290f3674.tar.lz
nixlib-3808c892d23649515c068a2423004ec0290f3674.tar.xz
nixlib-3808c892d23649515c068a2423004ec0290f3674.tar.zst
nixlib-3808c892d23649515c068a2423004ec0290f3674.zip
home-assistant: 2022.3.6 -> 2022.3.7
https://github.com/home-assistant/core/releases/tag/2022.3.7
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/component-packages.nix4
-rw-r--r--pkgs/servers/home-assistant/default.nix4
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 53d1cb6b836d..2d8d54f28b68 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.3.6";
+  version = "2022.3.7";
   components = {
     "abode" = ps: with ps; [ abodepy ];
     "accuweather" = ps: with ps; [ accuweather ];
@@ -693,7 +693,7 @@
     "qbittorrent" = ps: with ps; [ ]; # missing inputs: python-qbittorrent
     "qld_bushfire" = ps: with ps; [ georss-qld-bushfire-alert-client ];
     "qnap" = ps: with ps; [ ]; # missing inputs: qnapstats
-    "qrcode" = ps: with ps; [ pillow ]; # missing inputs: pyzbar
+    "qrcode" = ps: with ps; [ pillow pyzbar ];
     "quantum_gateway" = ps: with ps; [ quantum-gateway ];
     "qvr_pro" = ps: with ps; [ pyqvrpro ];
     "qwikswitch" = ps: with ps; [ ]; # missing inputs: pyqwikswitch
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 94899c7a81f8..14a687e77396 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -164,7 +164,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.3.6";
+  hassVersion = "2022.3.7";
 
 in python.pkgs.buildPythonApplication rec {
   pname = "homeassistant";
@@ -182,7 +182,7 @@ in python.pkgs.buildPythonApplication rec {
     owner = "home-assistant";
     repo = "core";
     rev = version;
-    hash = "sha256-Cw3OLUDHkbGsxY3gQaAXcfoKeh5udODS8vVlT0Qta9Y=";
+    hash = "sha256-AewJf4GS3jfEN8Xq82NDV8PNpXXZIs2DHix/+tJpB8c=";
   };
 
   # leave this in, so users don't have to constantly update their downstream patch handling