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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user