From 3a38b6b342d1e287cbec24cdf651f799d2ce4b86 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 28 Dec 2022 07:28:38 +0000 Subject: [PATCH 1/2] quark-engine: 21.10.2 -> 22.12.1 --- pkgs/tools/security/quark-engine/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/quark-engine/default.nix b/pkgs/tools/security/quark-engine/default.nix index 4db3ce4167f3..96822f2d3937 100644 --- a/pkgs/tools/security/quark-engine/default.nix +++ b/pkgs/tools/security/quark-engine/default.nix @@ -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; [ From 8e6d35ff34a288d72af11c67c1aeadc8dc466788 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Dec 2022 16:11:06 +0100 Subject: [PATCH 2/2] quark-engine: add changelog to meta --- pkgs/tools/security/quark-engine/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/quark-engine/default.nix b/pkgs/tools/security/quark-engine/default.nix index 96822f2d3937..42b0864225d2 100644 --- a/pkgs/tools/security/quark-engine/default.nix +++ b/pkgs/tools/security/quark-engine/default.nix @@ -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 ]; };