frida-tools: 14.10.2 -> 14.10.4

This commit is contained in:
R. Ryantm
2026-06-26 07:53:15 +00:00
parent 19e056881c
commit f824413a7c
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "frida-tools";
version = "14.10.2";
version = "14.10.4";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) version;
pname = "frida_tools";
hash = "sha256-DGv5zyOkxQHXhFFrbcG4zVkNhOosymmEZdX2Aphdh/0=";
hash = "sha256-eixUS1RdCVBA//vTdoooekJjQ9rYkJW0ok9LIDgtkmo=";
};
build-system = with python3Packages; [