frida-tools: 14.4.0 -> 14.4.1

This commit is contained in:
R. Ryantm 2025-07-13 09:32:17 +00:00
parent 691ceebaef
commit 1ecb30f4fb

View File

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