mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 21:13:40 +00:00
python310Packages.home-assistant-chip-core: 2023.5.3 -> 2023.6.0
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2023.6.0
This commit is contained in:
parent
c48dacd990
commit
08d8901e94
@ -8,6 +8,7 @@
|
||||
, autoPatchelfHook
|
||||
|
||||
# runtime
|
||||
, libnl
|
||||
, openssl_1_1
|
||||
|
||||
# propagates
|
||||
@ -27,7 +28,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "home-assistant-chip-core";
|
||||
version = "2023.5.3";
|
||||
version = "2023.6.0";
|
||||
format = "wheel";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -36,11 +37,11 @@ buildPythonPackage rec {
|
||||
system = {
|
||||
"aarch64-linux" = {
|
||||
name = "aarch64";
|
||||
hash = "sha256-rGBlzYUydgFrt40UQTFlXMUOsEYlgGnvKrfT5WEZrAQ=";
|
||||
hash = "sha256-fR+ea25SqOMksBJXgSjuVvv2xSBoadZmPWP0IwxpiMA=";
|
||||
};
|
||||
"x86_64-linux" = {
|
||||
name = "x86_64";
|
||||
hash = "sha256-8F5z1PAlfJidNeaiT0PN5odyTs99WN0rirXcUpH1mP0=";
|
||||
hash = "sha256-bRP82jTVSJS46WuO8MVWFvte+2mCOSsGFDBaXdmdPHI=";
|
||||
};
|
||||
}.${stdenv.system} or (throw "Unsupported system");
|
||||
in fetchPypi {
|
||||
@ -58,6 +59,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libnl
|
||||
openssl_1_1
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user