frida-tools: 14.5.0 -> 14.5.2 (#482429)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-05 05:07:34 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "frida-tools";
version = "14.5.0";
version = "14.5.2";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "frida_tools";
hash = "sha256-Wdjx0NDGojpaycHcgXp+UiBsiAoR3V3UaWw9948HWZ0=";
hash = "sha256-yan13hoxurv8cUzvBW8iEmhedSOms+lTLpOmlJFbz9U=";
};
build-system = with python3Packages; [