From d2c35a1d9042c45a45d0ee8874dd704afeeba17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 12 Jan 2025 01:39:25 -0800 Subject: [PATCH 1/2] python313Packages.hahomematic: 2025.1.0 -> 2025.1.5 Diff: https://github.com/SukramJ/hahomematic/compare/refs/tags/2025.1.0...2025.1.5 Changelog: https://github.com/SukramJ/hahomematic/blob/2025.1.5/changelog.md --- pkgs/development/python-modules/hahomematic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index e79e885c3c68..11c7981bed65 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2025.1.0"; + version = "2025.1.5"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "SukramJ"; repo = "hahomematic"; tag = version; - hash = "sha256-xsMSTZDqfAQFhxJZNPs45Niv700dJDGdT0feTZyIn08="; + hash = "sha256-MEGAfpA7TMscCitAjw66lXADrc/Jb1i8REV3V17YZK8="; }; __darwinAllowLocalNetworking = true; From fa1c337fd00a5e19866843843eda9f14a7e4838f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 12 Jan 2025 01:38:23 -0800 Subject: [PATCH 2/2] home-assistant-custom-components.homematicip_local: 1.77.0 -> 1.78.0 Diff: https://github.com/SukramJ/custom_homematic/compare/refs/tags/1.77.0...1.78.0 Changelog: https://github.com/SukramJ/custom_homematic/blob/1.78.0/changelog.md --- .../custom-components/homematicip_local/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix index 06e9d56f2b87..1630dbdf402c 100644 --- a/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix +++ b/pkgs/servers/home-assistant/custom-components/homematicip_local/package.nix @@ -9,13 +9,13 @@ buildHomeAssistantComponent rec { owner = "SukramJ"; domain = "homematicip_local"; - version = "1.77.0"; + version = "1.78.0"; src = fetchFromGitHub { owner = "SukramJ"; repo = "custom_homematic"; tag = version; - hash = "sha256-l5SK3qB+fst7DQuAykVNXcVpZAaRU5NfWUqRFG/1DMg="; + hash = "sha256-WhY+JxX2uUk5pgraqAZqa/NB9lozXbTHr/szXUKAn48="; }; postPatch = ''