about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-20 01:59:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-20 01:59:29 +0000
commitd3b783f29b7666dff6a4b33eb134c01d0e93b90d (patch)
tree91a25a498b73536864860f80d93a7d728c712b5a /pkgs/tools/security
parentd801c32592a26aed73b42ca0dfdfd0786d0c8967 (diff)
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 = ''