python3Packages.frida-python: 16.7.11 -> 17.2.11 (#425408)

authored by Gaétan Lepage and committed by GitHub 54066a57 abfc98e2

+5 -5
+5 -5
pkgs/development/python-modules/frida-python/default.nix
··· 5 buildPythonPackage, 6 }: 7 let 8 - version = "16.7.11"; 9 format = "wheel"; 10 inherit (stdenvNoCC.hostPlatform) system; 11 ··· 13 pypiMeta = 14 { 15 x86_64-linux = { 16 - hash = "sha256-aAPVZPz1mn73JuQPGJ/PAOUAtaufeHehSKHzaBmVFF8="; 17 platform = "manylinux1_x86_64"; 18 }; 19 aarch64-linux = { 20 - hash = "sha256-mQgfMJ6esH41MXnGZQUwF4j8gDgzfyBDUQo5Kw8TGa4="; 21 platform = "manylinux2014_aarch64"; 22 }; 23 x86_64-darwin = { 24 - hash = "sha256-TuWvQ4oDkK5Fn/bp0G3eAhvDLlv0tzIQ8dKtysX36w0="; 25 platform = "macosx_10_13_x86_64"; 26 }; 27 aarch64-darwin = { 28 - hash = "sha256-QWfWbGnKeuKiGoD0srnnMsbWPYFcYsbO/Oy68uJIRjI="; 29 platform = "macosx_11_0_arm64"; 30 }; 31 }
··· 5 buildPythonPackage, 6 }: 7 let 8 + version = "17.2.11"; 9 format = "wheel"; 10 inherit (stdenvNoCC.hostPlatform) system; 11 ··· 13 pypiMeta = 14 { 15 x86_64-linux = { 16 + hash = "sha256-PSCT5Y3JaOo9uJgCzXQVmcDvNxUEEN5dvjRxiEMcJEQ="; 17 platform = "manylinux1_x86_64"; 18 }; 19 aarch64-linux = { 20 + hash = "sha256-UH+f6Pj1BS2hcwz3WoSsBGRXOIM/y8D0ymk8s7BU2nw="; 21 platform = "manylinux2014_aarch64"; 22 }; 23 x86_64-darwin = { 24 + hash = "sha256-zZms5eIguKTl5SYWtDNQwROPM2+5t8JVp/itIl9FkXs="; 25 platform = "macosx_10_13_x86_64"; 26 }; 27 aarch64-darwin = { 28 + hash = "sha256-vzyHYlstwm1GT1jKc0g5Yr6JVte9WGn+hALYpkefKBY="; 29 platform = "macosx_11_0_arm64"; 30 }; 31 }