mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
python-matter-server: update bundled certificates (#402337)
This commit is contained in:
commit
2172155b47
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@
|
||||||
let
|
let
|
||||||
paaCerts = stdenvNoCC.mkDerivation rec {
|
paaCerts = stdenvNoCC.mkDerivation rec {
|
||||||
pname = "matter-server-paa-certificates";
|
pname = "matter-server-paa-certificates";
|
||||||
version = "1.3.0.0";
|
version = "1.4.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "project-chip";
|
owner = "project-chip";
|
||||||
repo = "connectedhomeip";
|
repo = "connectedhomeip";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-5MI6r0KhSTzolesTQ8YWeoko64jFu4jHfO5KOOKpV0A=";
|
hash = "sha256-uJyStkwynPCm1B2ZdnDC6IAGlh+BKGfJW7tU4tULHFo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue