about summary refs log tree commit diff
path: root/pkgs/tools/security/quark-engine
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-28 07:28:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-28 07:28:38 +0000
commit3a38b6b342d1e287cbec24cdf651f799d2ce4b86 (patch)
treec796b5bb078dd736dfe7f0e4bf47d83bdbfecae5 /pkgs/tools/security/quark-engine
parentc2e1d345cbfed2e3e7539f95e67ab6a634bf07b5 (diff)
quark-engine: 21.10.2 -> 22.12.1
Diffstat (limited to 'pkgs/tools/security/quark-engine')
-rw-r--r--pkgs/tools/security/quark-engine/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/quark-engine/default.nix b/pkgs/tools/security/quark-engine/default.nix
index 4db3ce4167f3b..96822f2d39372 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; [