Unverified Commit 641d909c authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

frida-tools: 14.4.2 -> 14.4.5 (#429487)

parents 46aad760 ebcc3155
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "frida-tools";
  version = "14.4.2";
  version = "14.4.5";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-M+iKHoJpxIUUoEVYntL8PPR7B3TbBDiW/Oc8ZE15wo8=";
    hash = "sha256-sId91KB2qLasJHsfrS6Nfqctn0kCPS6ieNwtfheai8M=";
  };

  build-system = with python3Packages; [