about summary refs log tree commit diff
path: root/pkgs/tools/security/commix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-04 01:36:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-04 01:36:01 +0000
commitfb2d1c864545b0e178fc240b745b041bc1ac6318 (patch)
treeaa3abffb6dc3436b397629c511bf970fe16f4643 /pkgs/tools/security/commix
parent8f0612bf3b37bc3d09ddd8aab87c902bcdcc7059 (diff)
commix: 3.4 -> 3.5
Diffstat (limited to 'pkgs/tools/security/commix')
-rw-r--r--pkgs/tools/security/commix/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/commix/default.nix b/pkgs/tools/security/commix/default.nix
index 54444d8e40567..452279883baca 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.4";
+  version = "3.5";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "commixproject";
     repo = pname;
-    rev = "v${version}";
-    hash = "sha256-JM4NE77LpgsdWhzPe/8K0sQhOSpzDu9usuH7pfQ6dR0=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-3UCHTgIW7ArXQD0Kj5XwE1I5VszsueXDJ68QWdQrAho=";
   };
 
   # Project has no tests