summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-18 15:03:00 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-11-18 15:03:00 +0100
commit1aaa78109188ce9e85e3a8ad915e8a2c88cc6c02 (patch)
tree9ddb72bfb5bf742fcb67c67b77061b6c1b42865b /pkgs/tools
parentd115b82f504d8aa204cdcfc44dfd9b0960e88d23 (diff)
commix: 3.5 -> 3.6
Diffstat (limited to 'pkgs/tools')
-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 452279883baca..b2632c2d42ed2 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.5";
+  version = "3.6";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "commixproject";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-3UCHTgIW7ArXQD0Kj5XwE1I5VszsueXDJ68QWdQrAho=";
+    hash = "sha256-QdhJp7oUqOY8Z36haIrHgP4hVGaFXlOxNVg1ams7uhg=";
   };
 
   # Project has no tests