about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-09 16:30:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-09 16:30:04 +0000
commitebed000ff0e3e2c924b1d2d5ba101f49fea237db (patch)
tree9f8e495f8d7ddd8b655bc301a89985ed97bda2f2 /pkgs
parent7cf6063c54d484a6fc9a575b479e368c7116c068 (diff)
quark-engine: 24.5.1 -> 24.6.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/quark-engine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/quark-engine/default.nix b/pkgs/tools/security/quark-engine/default.nix
index 58236cc8b30ab..c01704d0add6c 100644
--- a/pkgs/tools/security/quark-engine/default.nix
+++ b/pkgs/tools/security/quark-engine/default.nix
@@ -7,14 +7,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "quark-engine";
-  version = "24.5.1";
+  version = "24.6.1";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "quark-engine";
     repo = "quark-engine";
     rev = "refs/tags/v${version}";
-    hash = "sha256-W1UeTiyyYZzxu3XQ/6VkTvEyqPWl1Du6QutuoPhaSfs=";
+    hash = "sha256-DDtDNa/QZ5n5ASN6Fu/nnVEQ/9Vu5HSKXKvbrg6Bsjs=";
   };
 
   build-system = with python3.pkgs; [ setuptools ];