Skip to content

Commit

Permalink
frida-tools: 12.5.0 -> 13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 13, 2024
1 parent 541e1aa commit 6bc4407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fr/frida-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

python3Packages.buildPythonApplication rec {
pname = "frida-tools";
version = "12.5.0";
version = "13.6.0";

src = fetchPypi {
inherit pname version;
hash = "sha256-vlqBN0E+bpfx+TLliZ3hgCaeOEdMRP/rmAfkmjOTqyA=";
hash = "sha256-M0S8tZagToIP6Qyr9RWNAGGfWOcOtO0bYKC02IhCpvg=";
};

propagatedBuildInputs = with python3Packages; [
Expand Down

0 comments on commit 6bc4407

Please sign in to comment.