Merge pull request #208067 from r-ryantm/auto-update/quark-engine

quark-engine: 21.10.2 -> 22.12.1
This commit is contained in:
Fabian Affolter 2022-12-29 17:08:33 +01:00 committed by GitHub
commit 449d97e1d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "quark-engine";
version = "21.10.2";
version = "22.12.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0992wsy3plxpcqmq8cnnl0by1vkmkfb4lq2vb5rsj89wj900ci2n";
rev = "refs/tags/v${version}";
sha256 = "sha256-PdLnR01BDfb3+WsOvOZTsDHWXRNK0pLTxCXOuWik0L0=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -45,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Android malware (analysis and scoring) system";
homepage = "https://quark-engine.readthedocs.io/";
changelog = "https://github.com/quark-engine/quark-engine/releases/tag/v${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};