lol

commix: 3.5 -> 3.6

+2 -2
+2 -2
pkgs/tools/security/commix/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "commix"; 8 - version = "3.5"; 8 + version = "3.6"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "commixproject"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-3UCHTgIW7ArXQD0Kj5XwE1I5VszsueXDJ68QWdQrAho="; 15 + hash = "sha256-QdhJp7oUqOY8Z36haIrHgP4hVGaFXlOxNVg1ams7uhg="; 16 16 }; 17 17 18 18 # Project has no tests