From 7845da52672f22daef21f050b31d7cf3fe38a645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 16 Dec 2025 01:59:30 -0800 Subject: [PATCH] python3Packages.python-matter-server: 8.1.1 -> 8.1.2 Diff: https://github.com/home-assistant-libs/python-matter-server/compare/8.1.1...8.1.2 Changelog: https://github.com/home-assistant-libs/python-matter-server/releases/tag/8.1.2 --- .../python-modules/python-matter-server/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-matter-server/default.nix b/pkgs/development/python-modules/python-matter-server/default.nix index 811cebe76442..25b8939309bf 100644 --- a/pkgs/development/python-modules/python-matter-server/default.nix +++ b/pkgs/development/python-modules/python-matter-server/default.nix @@ -36,13 +36,13 @@ }: let - version = "8.1.1"; + version = "8.1.2"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = "python-matter-server"; tag = version; - hash = "sha256-vTJGe6OGFM+q9+iovsQMPwkrHNg2l4pw9BFEtSA/vmA="; + hash = "sha256-vnI57h/aesnaDYorq1PzcMCLmV0z0ZBJvMg4Nzh1Dtc="; }; paaCerts = stdenvNoCC.mkDerivation rec {