python3Packages.frida-python: 17.5.1 -> 17.9.11 (#525142)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
buildPythonPackage,
|
||||
}:
|
||||
let
|
||||
version = "17.5.1";
|
||||
version = "17.9.11";
|
||||
format = "wheel";
|
||||
inherit (stdenvNoCC.hostPlatform) system;
|
||||
|
||||
@@ -13,19 +13,19 @@ let
|
||||
pypiMeta =
|
||||
{
|
||||
x86_64-linux = {
|
||||
hash = "sha256-gUYHLjKLoUI/aXzB+aU5yvfmObcA9hctkBqLgZxHvi0=";
|
||||
hash = "sha256-ovITi0zxPqJECChrx8cAeIw7m7NjGHa+cl1NomYL718=";
|
||||
platform = "manylinux1_x86_64";
|
||||
};
|
||||
aarch64-linux = {
|
||||
hash = "sha256-zU9mmxU8WWs2dG3lHnSiY0oTDN2tUFTMolV22SHtBbc=";
|
||||
hash = "sha256-kDSBWC+G2m3pZ6YWhMjkvtXfR6HMVq5zxsxZUmBprrM=";
|
||||
platform = "manylinux2014_aarch64";
|
||||
};
|
||||
x86_64-darwin = {
|
||||
hash = "sha256-hgsUQHS/DCVXSMm8ViC4zd/UVvEqYH7uwedv4ag48Mc=";
|
||||
hash = "sha256-op8QM6f5LKCoozKawTi8hYZRO5VJ1kzWjSk62urGJLQ=";
|
||||
platform = "macosx_10_13_x86_64";
|
||||
};
|
||||
aarch64-darwin = {
|
||||
hash = "sha256-HgjAVeACzWis0WFgf/D40GAqMbqSmZ8XBilgID3Yk5A=";
|
||||
hash = "sha256-9JmPcE4CxzHiNLg6jMpSt/CC0eGk0VyKr1uzUTyQRqI=";
|
||||
platform = "macosx_11_0_arm64";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user