frida-tools: 14.5.2 -> 14.6.1

This commit is contained in:
R. Ryantm
2026-03-15 02:03:16 +00:00
parent 4d835ee4d1
commit f897ccd065
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "frida-tools";
version = "14.5.2";
version = "14.6.1";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) version;
pname = "frida_tools";
hash = "sha256-yan13hoxurv8cUzvBW8iEmhedSOms+lTLpOmlJFbz9U=";
hash = "sha256-EwpoRBHT6NyR1sHV4oEXqu5R/Wcud4n3DWxEkeZXdzM=";
};
build-system = with python3Packages; [