frida-tools: 14.6.1 -> 14.9.0

This commit is contained in:
R. Ryantm
2026-06-08 06:22:03 +00:00
parent f77c3e23e5
commit 0bf569ec99
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "frida-tools";
version = "14.6.1";
version = "14.9.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) version;
pname = "frida_tools";
hash = "sha256-EwpoRBHT6NyR1sHV4oEXqu5R/Wcud4n3DWxEkeZXdzM=";
hash = "sha256-9S/PtdcyFV/9c3pNrmhpqBg8hXtGkqtUyoX1SzXHxtE=";
};
build-system = with python3Packages; [