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

Co-authored-by: s1341 <s1341@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-10 04:38:50 +00:00 committed by GitHub
commit 641d909c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [