python3Packages.home-assistant-chip-core: 2024.3.2 -> 2024.5.2
Release notes: * https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.4.0 * https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.4.1 * https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.5.0 * https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.5.1 * https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.5.2
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "home-assistant-chip-core";
|
||||
version = "2024.3.2";
|
||||
version = "2024.5.2";
|
||||
format = "wheel";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -40,11 +40,11 @@ buildPythonPackage rec {
|
||||
{
|
||||
"aarch64-linux" = {
|
||||
name = "aarch64";
|
||||
hash = "sha256-li+fmEikVnTAkgQnoiWjoZaVRwGRadTYuQySR5s8VB4=";
|
||||
hash = "sha256-4C3KHmFbbpeWvmfwoVcc8kWRw22sGJMyDKsUGcbch6U=";
|
||||
};
|
||||
"x86_64-linux" = {
|
||||
name = "x86_64";
|
||||
hash = "sha256-iUKtAz00qFklTW2ilUPGAWhpqDmnLb6D3Zdy1oHpQl0=";
|
||||
hash = "sha256-n+Dn0vL0uUEvXsoKegSpJIG2jHbXSrYv2NhL+ZeVHrk=";
|
||||
};
|
||||
}
|
||||
.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
|
||||
|
||||
Reference in New Issue
Block a user