frida-tools: 14.5.2 -> 14.6.1 (#492010)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-17 10:27:55 +00:00
committed by GitHub
+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; [