summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-08 17:12:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-08 17:12:18 +0000
commit96787341868b9ab7c0135b29b0eed3e6242cc6e1 (patch)
tree4a8e3eccc9e0cab8840142e15e1863b827faa65d /pkgs/tools/security
parentc8b107d2ee8da823febd35e0f0a7ea83745b9486 (diff)
downloadnixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.tar
nixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.tar.gz
nixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.tar.bz2
nixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.tar.lz
nixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.tar.xz
nixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.tar.zst
nixpkgs-96787341868b9ab7c0135b29b0eed3e6242cc6e1.zip
quark-engine: 21.8.1 -> 21.10.2
Diffstat (limited to 'pkgs/tools/security')
-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 c77abfe2ad7..00e495f718d 100644
--- a/pkgs/tools/security/quark-engine/default.nix
+++ b/pkgs/tools/security/quark-engine/default.nix
@@ -6,7 +6,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "quark-engine";
-  version = "21.8.1";
+  version = "21.10.2";
 
   disabled = python3.pythonOlder "3.6";
 
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "0ksmzwji4c98pnqns780n5rdm5r1zx7sc40w8qipk2nf6jncwv6p";
+    sha256 = "0992wsy3plxpcqmq8cnnl0by1vkmkfb4lq2vb5rsj89wj900ci2n";
   };
 
   propagatedBuildInputs = with python3.pkgs; [