Loading pkgs/development/python-modules/bluetooth-data-tools/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "bluetooth-data-tools"; version = "0.3.0"; version = "0.3.1"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-bZ2kT9yIIHFd3/INIuJh3MdKzF8NCYNeVS/Egg5+S7I="; hash = "sha256-MMsg1laEk9cKU4oMhjKI47ulLNaGPH6QjAdx/wuAvMM="; }; nativeBuildInputs = [ Loading pkgs/servers/home-assistant/component-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Do not edit! { version = "2022.12.7"; version = "2022.12.8"; components = { "3_day_blinds" = ps: with ps; [ ]; Loading pkgs/servers/home-assistant/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -190,7 +190,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.12.7"; hassVersion = "2022.12.8"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; Loading @@ -207,8 +207,8 @@ in python.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "home-assistant"; repo = "core"; rev = version; hash = "sha256-JV7oWTWlWCeaJyiM+43D3XyZ6qR07zfDJDijmTybXfk="; rev = "refs/tags/${version}"; hash = "sha256-oJwA0YELlgMbnf1XiLDGlMLrvFaLP7WMv9/0KOI4XDI="; }; # leave this in, so users don't have to constantly update their downstream patch handling Loading Loading
pkgs/development/python-modules/bluetooth-data-tools/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "bluetooth-data-tools"; version = "0.3.0"; version = "0.3.1"; format = "pyproject"; disabled = pythonOlder "3.9"; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-bZ2kT9yIIHFd3/INIuJh3MdKzF8NCYNeVS/Egg5+S7I="; hash = "sha256-MMsg1laEk9cKU4oMhjKI47ulLNaGPH6QjAdx/wuAvMM="; }; nativeBuildInputs = [ Loading
pkgs/servers/home-assistant/component-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Do not edit! { version = "2022.12.7"; version = "2022.12.8"; components = { "3_day_blinds" = ps: with ps; [ ]; Loading
pkgs/servers/home-assistant/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -190,7 +190,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.12.7"; hassVersion = "2022.12.8"; in python.pkgs.buildPythonApplication rec { pname = "homeassistant"; Loading @@ -207,8 +207,8 @@ in python.pkgs.buildPythonApplication rec { src = fetchFromGitHub { owner = "home-assistant"; repo = "core"; rev = version; hash = "sha256-JV7oWTWlWCeaJyiM+43D3XyZ6qR07zfDJDijmTybXfk="; rev = "refs/tags/${version}"; hash = "sha256-oJwA0YELlgMbnf1XiLDGlMLrvFaLP7WMv9/0KOI4XDI="; }; # leave this in, so users don't have to constantly update their downstream patch handling Loading