trueseeing: 2.2.1 -> 2.2.2
Diff: https://github.com/alterakey/trueseeing/compare/refs/tags/v2.2.1...v2.2.2 Changelog: https://github.com/alterakey/trueseeing/releases/tag/v2.2.2
This commit is contained in:
parent
79391c8b92
commit
a402824cf2
1 changed files with 7 additions and 5 deletions
|
@ -5,28 +5,30 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "trueseeing";
|
||||
version = "2.2.1";
|
||||
version = "2.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "alterakey";
|
||||
repo = "trueseeing";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-bgvnzCcxRiJnjcHVbcIA6YfpCOIDTLD5tQae/0Tqk4E=";
|
||||
hash = "sha256-5IHJXlpHZJFKj7rdmRsWA5FXZFJf3usGsLgXx1cYEmU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
build-system = with python3.pkgs; [
|
||||
flit-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
dependencies = with python3.pkgs; [
|
||||
aiohttp
|
||||
asn1crypto
|
||||
attrs
|
||||
importlib-metadata
|
||||
jinja2
|
||||
lief
|
||||
lxml
|
||||
progressbar2
|
||||
pypubsub
|
||||
|
@ -44,10 +46,10 @@ python3.pkgs.buildPythonApplication rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Non-decompiling Android vulnerability scanner";
|
||||
mainProgram = "trueseeing";
|
||||
homepage = "https://github.com/alterakey/trueseeing";
|
||||
changelog = "https://github.com/alterakey/trueseeing/releases/tag/v${version}";
|
||||
license = with licenses; [ gpl3Plus ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "trueseeing";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue