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