Unverified Commit f2bfd165 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

frida-tools: 14.5.0 -> 14.5.2 (#482429)

parents 2376c3f3 a535c26c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
  pname = "frida-tools";
  version = "14.5.0";
  version = "14.5.2";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "frida_tools";
    hash = "sha256-Wdjx0NDGojpaycHcgXp+UiBsiAoR3V3UaWw9948HWZ0=";
    hash = "sha256-yan13hoxurv8cUzvBW8iEmhedSOms+lTLpOmlJFbz9U=";
  };

  build-system = with python3Packages; [