about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-20 10:21:43 +0200
committerGitHub <noreply@github.com>2023-02-20 10:21:43 +0200
commit948ad249999ee8ce787541fdb76d640113217779 (patch)
tree2a0a3c4cacc4239076be8262a647846784a30e1f /pkgs/tools/security
parent890d0c4734c1a8f39490148cbc0972b6a3275845 (diff)
parentd3b783f29b7666dff6a4b33eb134c01d0e93b90d (diff)
Merge pull request #217264 from r-ryantm/auto-update/commix
commix: 3.6 -> 3.7
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/commix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/commix/default.nix b/pkgs/tools/security/commix/default.nix
index 3b2ba60291dce..4bbfd66e6237c 100644
--- a/pkgs/tools/security/commix/default.nix
+++ b/pkgs/tools/security/commix/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "commix";
-  version = "3.6";
+  version = "3.7";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "commixproject";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-QdhJp7oUqOY8Z36haIrHgP4hVGaFXlOxNVg1ams7uhg=";
+    hash = "sha256-pqfb0CkWTPq6B8T7nn25lWuEQFRRziCDWYm5a1S3mIY=";
   };
 
   postInstall = ''