Unverified Commit 4e47e035 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

python3Packages.frida-python: 17.2.11 -> 17.5.1 (#456756)

parents f45770d5 7ab6b0f1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  buildPythonPackage,
}:
let
  version = "17.2.11";
  version = "17.5.1";
  format = "wheel";
  inherit (stdenvNoCC.hostPlatform) system;

@@ -13,19 +13,19 @@ let
  pypiMeta =
    {
      x86_64-linux = {
        hash = "sha256-PSCT5Y3JaOo9uJgCzXQVmcDvNxUEEN5dvjRxiEMcJEQ=";
        hash = "sha256-gUYHLjKLoUI/aXzB+aU5yvfmObcA9hctkBqLgZxHvi0=";
        platform = "manylinux1_x86_64";
      };
      aarch64-linux = {
        hash = "sha256-UH+f6Pj1BS2hcwz3WoSsBGRXOIM/y8D0ymk8s7BU2nw=";
        hash = "sha256-zU9mmxU8WWs2dG3lHnSiY0oTDN2tUFTMolV22SHtBbc=";
        platform = "manylinux2014_aarch64";
      };
      x86_64-darwin = {
        hash = "sha256-zZms5eIguKTl5SYWtDNQwROPM2+5t8JVp/itIl9FkXs=";
        hash = "sha256-hgsUQHS/DCVXSMm8ViC4zd/UVvEqYH7uwedv4ag48Mc=";
        platform = "macosx_10_13_x86_64";
      };
      aarch64-darwin = {
        hash = "sha256-vzyHYlstwm1GT1jKc0g5Yr6JVte9WGn+hALYpkefKBY=";
        hash = "sha256-HgjAVeACzWis0WFgf/D40GAqMbqSmZ8XBilgID3Yk5A=";
        platform = "macosx_11_0_arm64";
      };
    }