frida-tools: 12.1.2 -> 12.3.0

This commit is contained in:
R. Ryantm 2024-01-18 08:05:38 +00:00
parent cefcf19e1c
commit 73cfe73f78

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "frida-tools";
version = "12.1.2";
version = "12.3.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-9SlDyp1fLOzLqu6sxVqY2jwEzQjrnbzfQXIRoyviPJY=";
hash = "sha256-jtxn0a43kv9bLcY1CM3k0kf5K30Ne/FT10ohptWNwEU=";
};
propagatedBuildInputs = with python3Packages; [