Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

frida-tools: 12.3.0 -> 12.5.0 (#336422)

authored by Johannes Jöns and committed by GitHub b833ff01 47dc237d

+2 -2
+2 -2
pkgs/tools/security/frida-tools/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "frida-tools"; 5 - version = "12.3.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 - hash = "sha256-jtxn0a43kv9bLcY1CM3k0kf5K30Ne/FT10ohptWNwEU="; 10 }; 11 12 propagatedBuildInputs = with python3Packages; [
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "frida-tools"; 5 + version = "12.5.0"; 6 7 src = fetchPypi { 8 inherit pname version; 9 + hash = "sha256-vlqBN0E+bpfx+TLliZ3hgCaeOEdMRP/rmAfkmjOTqyA="; 10 }; 11 12 propagatedBuildInputs = with python3Packages; [