Merge pull request #186335 from mweinelt/home-assistant

authored by Martin Weinelt and committed by GitHub 793bbf3f f8334115

+7 -7
+2 -2
pkgs/development/python-modules/govee-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "govee-ble"; 14 - version = "0.14.0"; 14 + version = "0.14.1"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-iJ3fvbQBIk2fpCfz9/uvxk6WcGaL8OVDsNQux+pTBhM="; 23 + hash = "sha256-gAhrhHTPwNipAFS22GXKjeVXqx0AGorvsqqEWKwRLzA="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/zigpy/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "zigpy"; 19 - version = "0.49.0"; 19 + version = "0.49.1"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "zigpy"; 26 26 repo = "zigpy"; 27 27 rev = "refs/tags/${version}"; 28 - sha256 = "sha256-mCqRqi7AUsrvfSOHyfK+WVj/4D7/4RDOYFWveS+tS/A="; 28 + sha256 = "sha256-ai0qWKgsh8kIS4juvzpE+amsnIbEOJbhGutV75yRGog="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2022.8.3"; 5 + version = "2022.8.4"; 6 6 components = { 7 7 "abode" = ps: with ps; [ 8 8 abodepy
+2 -2
pkgs/servers/home-assistant/default.nix
··· 307 307 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs); 308 308 309 309 # Don't forget to run parse-requirements.py after updating 310 - hassVersion = "2022.8.3"; 310 + hassVersion = "2022.8.4"; 311 311 312 312 in python.pkgs.buildPythonApplication rec { 313 313 pname = "homeassistant"; ··· 325 325 owner = "home-assistant"; 326 326 repo = "core"; 327 327 rev = version; 328 - hash = "sha256-Wx5l51+vcByOqdwqcnOn1+yYgp98kXggRmgO/wtiI+U="; 328 + hash = "sha256-x6W69oGCPXK7OLN/XaF4A+OSubSnhFYof1SvLwy9+jY="; 329 329 }; 330 330 331 331 # leave this in, so users don't have to constantly update their downstream patch handling