frida-tools: 14.6.1 -> 14.9.0 (#505727)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-09 18:04:37 +00:00
committed by GitHub
+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; [