frida-tools: 14.4.0 -> 14.4.1 (#424792)

This commit is contained in:
Paul Meyer 2025-07-16 08:57:59 +02:00 committed by GitHub
commit 2fec915c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "frida-tools"; pname = "frida-tools";
version = "14.4.0"; version = "14.4.1";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-ACiznCkOZvnPUSB+Xcs4IZfbPGyknr193gLok0FrzqA="; hash = "sha256-Zb6Pk6c7QbJLsb4twhdVgaUWtxCy/Vff5PKIno9B/b4=";
}; };
build-system = with python3Packages; [ build-system = with python3Packages; [