Merge pull request #254254 from fabaff/trueseeing-bump

trueseeing: 2.1.5 -> 2.1.7
This commit is contained in:
Fabian Affolter 2023-09-09 20:37:31 +02:00 committed by GitHub
commit a9906d685a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "trueseeing";
version = "2.1.5";
version = "2.1.7";
format = "flit";
src = fetchFromGitHub {
owner = "alterakey";
repo = pname;
rev = "v${version}";
hash = "sha256-7iQOQ81k2bPBber4ewyvDy82s26j4P3Vv8MzSs04KAw=";
rev = "refs/tags/v${version}";
hash = "sha256-pnIn+Rqun5J3F9cgeBUBX4e9WP5fgbm+vwN3Wqh/yEc=";
};
nativeBuildInputs = with python3.pkgs; [
@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Non-decompiling Android vulnerability scanner";
homepage = "https://github.com/alterakey/trueseeing";
changelog = "https://github.com/alterakey/trueseeing/releases/tag/v${version}";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ fab ];
};